#CAD9ED

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

Shades of Hawkes Blue #CAD9ED

Tints of Hawkes Blue #CAD9ED

Color information

#CAD9ED (or 0xCAD9ED) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and ED. RGB value is (202,217,237). Sum of RGB (Red+Green+Blue) = 202+217+237=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9ED is #352612. Grayscale: #D6D6D6. Windows color (decimal): -3483155 or 15587786. OLE color: 15587786.

HSL color Cylindrical-coordinate representation of color #CAD9ED: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD9ED is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202217237-
CMYK0.150.0800.07
HSL214.29º49.3%86.08%-
HSV(B)214.29º14.77%92.94%-
XYZ64.4668.389.91-
YUV214.8140.53118.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=30.79%
G=33.08%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022172370.150.0800.07214.2949.386.08
HexCAD9EDF807d63156
Octal31233135517100732661126
Binary110010101101100111101101111110000111110101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9ED; }

 p { color: rgb(202,217,237); }

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

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

 a { background-color: rgb(202,217,237); }

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

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

 span { border-color: rgb(202,217,237); }

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