#7bd2e3

Color #7BD2E3 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7BD2E3

Tints of Spray #7BD2E3

Color information

#7BD2E3 (or 0x7BD2E3) is unknown color: approx Spray. HEX triplet: 7B, D2 and E3. RGB value is (123,210,227). Sum of RGB (Red+Green+Blue) = 123+210+227=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #7BD2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD2E3 is #842D1C. Grayscale: #B9B9B9. Windows color (decimal): -8662301 or 14930555. OLE color: 14930555.

HSL color Cylindrical-coordinate representation of color #7BD2E3: hue angle of 189.81º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BD2E3 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123210227-
CMYK0.460.0700.11
HSL189.81º65%68.63%-
HSV(B)189.81º45.81%89.02%-
XYZ45.0855.8581.08-
YUV185.92151.1883.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 21.96%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 227 (89.06% from 255) = 40.54%
R=21.96%
G=37.5%
B=40.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232102270.460.0700.11189.816568.63
Hex7BD2E32E70Bbe4145
Octal173322343567013276101105
Binary11110111101001011100011101110111010111011111010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bd2e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7bd2e3; }

 p { color: rgb(123,210,227); }

 H1.HeaderClassName
 {
   color: #7bd2e3;
 }
 .AnyTagClassName
 {
   color: #7bd2e3;
 }
</style>
background-color css

<style>
 a { background-color: #7bd2e3; }

 a { background-color: rgb(123,210,227); }

 div.DivClassName
 {
   background-color: #7bd2e3;
 }
 .BgClassName
 {
   background-color: #7bd2e3;
 }
</style>
border-color css

<style>
 span { border-color: #7bd2e3; }

 span { border-color: rgb(123,210,227); }

 td.TdClassName
 {
   border-color: #7bd2e3;
 }
 .TagClassName
 {
   border-color: #7bd2e3;
 }
</style>