#CAD6F2

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

Shades of Hawkes Blue #CAD6F2

Tints of Hawkes Blue #CAD6F2

Color information

#CAD6F2 (or 0xCAD6F2) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and F2. RGB value is (202,214,242). Sum of RGB (Red+Green+Blue) = 202+214+242=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6F2 is #35290D. Grayscale: #D5D5D5. Windows color (decimal): -3483918 or 15914698. OLE color: 15914698.

HSL color Cylindrical-coordinate representation of color #CAD6F2: hue angle of 222º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAD6F2 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202214242-
CMYK0.170.1200.05
HSL222º60.61%87.06%-
HSV(B)222º16.53%94.9%-
XYZ64.4367.0693.55-
YUV213.6144.02119.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=30.70%
G=32.52%
B=36.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022142420.170.1200.0522260.6187.06
HexCAD6F211C05de3d57
Octal31232636221140533675127
Binary1100101011010110111100101000111000101110111101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6F2; }

 p { color: rgb(202,214,242); }

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

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

 a { background-color: rgb(202,214,242); }

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

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

 span { border-color: rgb(202,214,242); }

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