#CBDCEF

Color #CBDCEF Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CBDCEF

Tints of Hawkes Blue #CBDCEF

Color information

#CBDCEF (or 0xCBDCEF) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and EF. RGB value is (203,220,239). Sum of RGB (Red+Green+Blue) = 203+220+239=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCEF is #342310. Grayscale: #D8D8D8. Windows color (decimal): -3416849 or 15719627. OLE color: 15719627.

HSL color Cylindrical-coordinate representation of color #CBDCEF: hue angle of 211.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDCEF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203220239-
CMYK0.150.0800.06
HSL211.67º52.94%86.67%-
HSV(B)211.67º15.06%93.73%-
XYZ65.870.1191.73-
YUV217.08140.37117.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=30.66%
G=33.23%
B=36.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032202390.150.0800.06211.6752.9486.67
HexCBDCEFF806d43557
Octal31333435717100632465127
Binary110010111101110011101111111110000110110101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCEF; }

 p { color: rgb(203,220,239); }

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

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

 a { background-color: rgb(203,220,239); }

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

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

 span { border-color: rgb(203,220,239); }

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