#CBDBEC

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

Shades of Hawkes Blue #CBDBEC

Tints of Hawkes Blue #CBDBEC

Color information

#CBDBEC (or 0xCBDBEC) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and EC. RGB value is (203,219,236). Sum of RGB (Red+Green+Blue) = 203+219+236=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBEC is #342413. Grayscale: #D8D8D8. Windows color (decimal): -3417108 or 15522763. OLE color: 15522763.

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

Color convert

RGB203219236-
CMYK0.140.0700.07
HSL210.91º46.48%86.08%-
HSV(B)210.91º13.98%92.55%-
XYZ65.169.4289.32-
YUV216.15139.2118.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=30.85%
G=33.28%
B=35.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032192360.140.0700.07210.9146.4886.08
HexCBDBECE707d32e56
Octal3133333541670732356126
Binary11001011110110111110110011101110111110100111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBEC; }

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

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

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

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

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

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

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

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