#CAD9FA

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

Shades of Hawkes Blue #CAD9FA

Tints of Hawkes Blue #CAD9FA

Color information

#CAD9FA (or 0xCAD9FA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and FA. RGB value is (202,217,250). Sum of RGB (Red+Green+Blue) = 202+217+250=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9FA is #352605. Grayscale: #D8D8D8. Windows color (decimal): -3483142 or 16439754. OLE color: 16439754.

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

Color convert

RGB202217250-
CMYK0.190.1300.02
HSL221.25º82.76%88.63%-
HSV(B)221.25º19.2%98.04%-
XYZ66.4369.08100.28-
YUV216.28147.03117.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=30.19%
G=32.44%
B=37.37%

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
Decimal2022172500.190.1300.02221.2582.7688.63
HexCAD9FA13D02dd5359
Octal312331372231502335123131
Binary1100101011011001111110101001111010101101110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9FA; }

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

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

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

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

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

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

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

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