#CAD4F9

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

Shades of Hawkes Blue #CAD4F9

Tints of Hawkes Blue #CAD4F9

Color information

#CAD4F9 (or 0xCAD4F9) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and F9. RGB value is (202,212,249). Sum of RGB (Red+Green+Blue) = 202+212+249=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F9 is #352B06. Grayscale: #D5D5D5. Windows color (decimal): -3484423 or 16372938. OLE color: 16372938.

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

Color convert

RGB202212249-
CMYK0.190.1500.02
HSL227.23º79.66%88.43%-
HSV(B)227.23º18.88%97.65%-
XYZ6566.4899.03-
YUV213.23148.19119.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=30.47%
G=31.98%
B=37.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022122490.190.1500.02227.2379.6688.43
HexCAD4F913F02e35058
Octal312324371231702343120130
Binary1100101011010100111110011001111110101110001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4F9; }

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

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

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

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

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

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

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

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