#CAD6EA

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

Shades of Hawkes Blue #CAD6EA

Tints of Hawkes Blue #CAD6EA

Color information

#CAD6EA (or 0xCAD6EA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and EA. RGB value is (202,214,234). Sum of RGB (Red+Green+Blue) = 202+214+234=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 214 (83.98% from 255 or 32.92% 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 #CAD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6EA is #352915. Grayscale: #D4D4D4. Windows color (decimal): -3483926 or 15390410. OLE color: 15390410.

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

Color convert

RGB202214234-
CMYK0.140.0900.08
HSL217.5º43.24%85.49%-
HSV(B)217.5º13.68%91.76%-
XYZ63.2566.5987.36-
YUV212.69140.02120.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 234 (91.80% from 255) = 36%
R=31.08%
G=32.92%
B=36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022142340.140.0900.08217.543.2485.49
HexCAD6EAE908da2b55
Octal312326352161101033253125
Binary1100101011010110111010101110100101000110110101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6EA; }

 p { color: rgb(202,214,234); }

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

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

 a { background-color: rgb(202,214,234); }

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

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

 span { border-color: rgb(202,214,234); }

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