#CAD4F5

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

Shades of Hawkes Blue #CAD4F5

Tints of Hawkes Blue #CAD4F5

Color information

#CAD4F5 (or 0xCAD4F5) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and F5. RGB value is (202,212,245). Sum of RGB (Red+Green+Blue) = 202+212+245=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F5 is #352B0A. Grayscale: #D4D4D4. Windows color (decimal): -3484427 or 16110794. OLE color: 16110794.

HSL color Cylindrical-coordinate representation of color #CAD4F5: hue angle of 226.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD4F5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202212245-
CMYK0.180.1300.04
HSL226.05º68.25%87.65%-
HSV(B)226.05º17.55%96.08%-
XYZ64.3866.2495.78-
YUV212.77146.19120.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=30.65%
G=32.17%
B=37.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022122450.180.1300.04226.0568.2587.65
HexCAD4F512D04e24458
Octal312324365221504342104130
Binary11001010110101001111010110010110101001110001010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4F5; }

 p { color: rgb(202,212,245); }

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

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

 a { background-color: rgb(202,212,245); }

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

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

 span { border-color: rgb(202,212,245); }

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