#CAD9F9

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

Shades of Hawkes Blue #CAD9F9

Tints of Hawkes Blue #CAD9F9

Color information

#CAD9F9 (or 0xCAD9F9) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and F9. RGB value is (202,217,249). Sum of RGB (Red+Green+Blue) = 202+217+249=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9F9 is #352606. Grayscale: #D8D8D8. Windows color (decimal): -3483143 or 16374218. OLE color: 16374218.

HSL color Cylindrical-coordinate representation of color #CAD9F9: hue angle of 220.85º 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 #CAD9F9 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202217249-
CMYK0.190.1300.02
HSL220.85º79.66%88.43%-
HSV(B)220.85º18.88%97.65%-
XYZ66.2769.0299.45-
YUV216.16146.53117.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=30.24%
G=32.49%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022172490.190.1300.02220.8579.6688.43
HexCAD9F913D02dd5058
Octal312331371231502335120130
Binary1100101011011001111110011001111010101101110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9F9; }

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

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

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

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

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

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

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

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