#7FCCDB

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

Shades of Spray #7FCCDB

Tints of Spray #7FCCDB

Color information

#7FCCDB (or 0x7FCCDB) is unknown color: approx Spray. HEX triplet: 7F, CC and DB. RGB value is (127,204,219). Sum of RGB (Red+Green+Blue) = 127+204+219=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCDB is #803324. Grayscale: #B6B6B6. Windows color (decimal): -8401701 or 14404735. OLE color: 14404735.

HSL color Cylindrical-coordinate representation of color #7FCCDB: hue angle of 189.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCCDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127204219-
CMYK0.420.0700.14
HSL189.78º56.1%67.84%-
HSV(B)189.78º42.01%85.88%-
XYZ43.1352.8174.94-
YUV182.69148.4988.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.09%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=23.09%
G=37.09%
B=39.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272042190.420.0700.14189.7856.167.84
Hex7FCCDB2A70Ebe3844
Octal17731433352701627670104
Binary1111111110011001101101110101011101110101111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,204,219); }

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

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

 a { background-color: rgb(127,204,219); }

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

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

 span { border-color: rgb(127,204,219); }

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