#CAD8EC

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

Shades of Hawkes Blue #CAD8EC

Tints of Hawkes Blue #CAD8EC

Color information

#CAD8EC (or 0xCAD8EC) is unknown color: approx Hawkes Blue. HEX triplet: CA, D8 and EC. RGB value is (202,216,236). Sum of RGB (Red+Green+Blue) = 202+216+236=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8EC is #352713. Grayscale: #D6D6D6. Windows color (decimal): -3483412 or 15521994. OLE color: 15521994.

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

Color convert

RGB202216236-
CMYK0.140.0800.07
HSL215.29º47.22%85.88%-
HSV(B)215.29º14.41%92.55%-
XYZ64.0567.7289.05-
YUV214.09140.36119.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=30.89%
G=33.03%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022162360.140.0800.07215.2947.2285.88
HexCAD8ECE807d72f56
Octal31233035416100732757126
Binary110010101101100011101100111010000111110101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8EC; }

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

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

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

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

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

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

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

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