#7FCBDB

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

Shades of Spray #7FCBDB

Tints of Spray #7FCBDB

Color information

#7FCBDB (or 0x7FCBDB) is unknown color: approx Spray. HEX triplet: 7F, CB and DB. RGB value is (127,203,219). Sum of RGB (Red+Green+Blue) = 127+203+219=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBDB is #803424. Grayscale: #B5B5B5. Windows color (decimal): -8401957 or 14404479. OLE color: 14404479.

HSL color Cylindrical-coordinate representation of color #7FCBDB: hue angle of 190.43º 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 #7FCBDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127203219-
CMYK0.420.0700.14
HSL190.43º56.1%67.84%-
HSV(B)190.43º42.01%85.88%-
XYZ42.8952.3474.86-
YUV182.1148.8288.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.13%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=23.13%
G=36.98%
B=39.89%

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
Decimal1272032190.420.0700.14190.4356.167.84
Hex7FCBDB2A70Ebe3844
Octal17731333352701627670104
Binary1111111110010111101101110101011101110101111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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