#CAD9FF

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

Shades of Hawkes Blue #CAD9FF

Tints of Hawkes Blue #CAD9FF

Color information

#CAD9FF (or 0xCAD9FF) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and FF. RGB value is (202,217,255). Sum of RGB (Red+Green+Blue) = 202+217+255=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9FF is #352600. Grayscale: #D8D8D8. Windows color (decimal): -3483137 or 16767434. OLE color: 16767434.

HSL color Cylindrical-coordinate representation of color #CAD9FF: hue angle of 223.02º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD9FF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202217255-
CMYK0.210.1500
HSL223.02º100%89.61%-
HSV(B)223.02º20.78%100%-
XYZ67.2269.4104.46-
YUV216.85149.53117.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 255 (100% from 255) = 37.83%
R=29.97%
G=32.20%
B=37.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022172550.210.1500223.0210089.61
HexCAD9FF15F00df645a
Octal312331377251700337144132
Binary110010101101100111111111101011111001101111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9FF; }

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

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

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

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

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

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

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

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