#CAD5FA

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

Shades of Hawkes Blue #CAD5FA

Tints of Hawkes Blue #CAD5FA

Color information

#CAD5FA (or 0xCAD5FA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D5 and FA. RGB value is (202,213,250). Sum of RGB (Red+Green+Blue) = 202+213+250=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5FA is #352A05. Grayscale: #D5D5D5. Windows color (decimal): -3484166 or 16438730. OLE color: 16438730.

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

Color convert

RGB202213250-
CMYK0.190.1500.02
HSL226.25º82.76%88.63%-
HSV(B)226.25º19.2%98.04%-
XYZ65.4167.0599.94-
YUV213.93148.36119.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 213 (83.59% from 255) = 32.03%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=30.38%
G=32.03%
B=37.59%

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
Decimal2022132500.190.1500.02226.2582.7688.63
HexCAD5FA13F02e25359
Octal312325372231702342123131
Binary1100101011010101111110101001111110101110001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5FA; }

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

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

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

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

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

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

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

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