#CBD5EA

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

Shades of Hawkes Blue #CBD5EA

Tints of Hawkes Blue #CBD5EA

Color information

#CBD5EA (or 0xCBD5EA) is unknown color: approx Hawkes Blue. HEX triplet: CB, D5 and EA. RGB value is (203,213,234). Sum of RGB (Red+Green+Blue) = 203+213+234=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5EA is #342A15. Grayscale: #D4D4D4. Windows color (decimal): -3418646 or 15390155. OLE color: 15390155.

HSL color Cylindrical-coordinate representation of color #CBD5EA: hue angle of 220.65º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD5EA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203213234-
CMYK0.130.0900.08
HSL220.65º42.47%85.69%-
HSV(B)220.65º13.25%91.76%-
XYZ63.2766.2387.29-
YUV212.4140.19121.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 234 (91.80% from 255) = 36%
R=31.23%
G=32.77%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032132340.130.0900.08220.6542.4785.69
HexCBD5EAD908dd2a56
Octal313325352151101033552126
Binary1100101111010101111010101101100101000110111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5EA; }

 p { color: rgb(203,213,234); }

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

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

 a { background-color: rgb(203,213,234); }

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

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

 span { border-color: rgb(203,213,234); }

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