#CAD6EC

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

Shades of Hawkes Blue #CAD6EC

Tints of Hawkes Blue #CAD6EC

Color information

#CAD6EC (or 0xCAD6EC) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and EC. RGB value is (202,214,236). Sum of RGB (Red+Green+Blue) = 202+214+236=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6EC is #352913. Grayscale: #D4D4D4. Windows color (decimal): -3483924 or 15521482. OLE color: 15521482.

HSL color Cylindrical-coordinate representation of color #CAD6EC: hue angle of 218.82º degrees, saturation: 0.47, 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 #CAD6EC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202214236-
CMYK0.140.0900.07
HSL218.82º47.22%85.88%-
HSV(B)218.82º14.41%92.55%-
XYZ63.5466.7188.88-
YUV212.92141.02120.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=30.98%
G=32.82%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022142360.140.0900.07218.8247.2285.88
HexCAD6ECE907db2f56
Octal31232635416110733357126
Binary110010101101011011101100111010010111110110111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6EC; }

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

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

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

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

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

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

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

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