#CAD7FA

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

Shades of Hawkes Blue #CAD7FA

Tints of Hawkes Blue #CAD7FA

Color information

#CAD7FA (or 0xCAD7FA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and FA. RGB value is (202,215,250). Sum of RGB (Red+Green+Blue) = 202+215+250=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7FA is #352805. Grayscale: #D6D6D6. Windows color (decimal): -3483654 or 16439242. OLE color: 16439242.

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

Color convert

RGB202215250-
CMYK0.190.1400.02
HSL223.75º82.76%88.63%-
HSV(B)223.75º19.2%98.04%-
XYZ65.9168.06100.11-
YUV215.1147.69118.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=30.28%
G=32.23%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022152500.190.1400.02223.7582.7688.63
HexCAD7FA13E02e05359
Octal312327372231602340123131
Binary1100101011010111111110101001111100101110000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7FA; }

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

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

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

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

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

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

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

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