#CAD5FD

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

Shades of Hawkes Blue #CAD5FD

Tints of Hawkes Blue #CAD5FD

Color information

#CAD5FD (or 0xCAD5FD) is unknown color: approx Hawkes Blue. HEX triplet: CA, D5 and FD. RGB value is (202,213,253). Sum of RGB (Red+Green+Blue) = 202+213+253=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5FD is #352A02. Grayscale: #D6D6D6. Windows color (decimal): -3484163 or 16635338. OLE color: 16635338.

HSL color Cylindrical-coordinate representation of color #CAD5FD: hue angle of 227.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD5FD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202213253-
CMYK0.200.1600.01
HSL227.06º92.73%89.22%-
HSV(B)227.06º20.16%99.22%-
XYZ65.8867.24102.43-
YUV214.27149.86119.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=30.24%
G=31.89%
B=37.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022132530.200.1600.01227.0692.7389.22
HexCAD5FD141001e35d59
Octal312325375242001343135131
Binary1100101011010101111111011010010000011110001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5FD; }

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

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

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

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

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

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

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

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