#CBD6E8

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

Shades of Hawkes Blue #CBD6E8

Tints of Hawkes Blue #CBD6E8

Color information

#CBD6E8 (or 0xCBD6E8) is unknown color: approx Hawkes Blue. HEX triplet: CB, D6 and E8. RGB value is (203,214,232). Sum of RGB (Red+Green+Blue) = 203+214+232=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBD6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6E8 is #342917. Grayscale: #D4D4D4. Windows color (decimal): -3418392 or 15259339. OLE color: 15259339.

HSL color Cylindrical-coordinate representation of color #CBD6E8: hue angle of 217.24º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD6E8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203214232-
CMYK0.120.0800.09
HSL217.24º38.67%85.29%-
HSV(B)217.24º12.5%90.98%-
XYZ63.2466.6285.87-
YUV212.76138.86121.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=31.28%
G=32.97%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032142320.120.0800.09217.2438.6785.29
HexCBD6E8C809d92755
Octal313326350141001133147125
Binary1100101111010110111010001100100001001110110011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6E8; }

 p { color: rgb(203,214,232); }

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

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

 a { background-color: rgb(203,214,232); }

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

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

 span { border-color: rgb(203,214,232); }

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