#7CDBE0

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

Shades of Spray #7CDBE0

Tints of Spray #7CDBE0

Color information

#7CDBE0 (or 0x7CDBE0) is unknown color: approx Spray. HEX triplet: 7C, DB and E0. RGB value is (124,219,224). Sum of RGB (Red+Green+Blue) = 124+219+224=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBE0 is #83241F. Grayscale: #BFBFBF. Windows color (decimal): -8594464 or 14736252. OLE color: 14736252.

HSL color Cylindrical-coordinate representation of color #7CDBE0: hue angle of 183º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CDBE0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124219224-
CMYK0.450.0200.12
HSL183º61.73%68.24%-
HSV(B)183º44.64%87.84%-
XYZ47.160.3379.68-
YUV191.16146.5380.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.87%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=21.87%
G=38.62%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242192240.450.0200.1218361.7368.24
Hex7CDBE02D20Cb73e44
Octal17433334055201426776104
Binary111110011011011111000001011011001100101101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,219,224); }

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

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

 a { background-color: rgb(124,219,224); }

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

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

 span { border-color: rgb(124,219,224); }

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