#CAD4F8

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

Shades of Hawkes Blue #CAD4F8

Tints of Hawkes Blue #CAD4F8

Color information

#CAD4F8 (or 0xCAD4F8) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and F8. RGB value is (202,212,248). Sum of RGB (Red+Green+Blue) = 202+212+248=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F8 is #352B07. Grayscale: #D4D4D4. Windows color (decimal): -3484424 or 16307402. OLE color: 16307402.

HSL color Cylindrical-coordinate representation of color #CAD4F8: hue angle of 226.96º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD4F8 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202212248-
CMYK0.190.1500.03
HSL226.96º76.67%88.24%-
HSV(B)226.96º18.55%97.25%-
XYZ64.8466.4298.21-
YUV213.11147.69120.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=30.51%
G=32.02%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022122480.190.1500.03226.9676.6788.24
HexCAD4F813F03e34d58
Octal312324370231703343115130
Binary1100101011010100111110001001111110111110001110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4F8; }

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

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

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

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

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

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

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

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