#CAE1FD

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

Shades of Hawkes Blue #CAE1FD

Tints of Hawkes Blue #CAE1FD

Color information

#CAE1FD (or 0xCAE1FD) is unknown color: approx Hawkes Blue. HEX triplet: CA, E1 and FD. RGB value is (202,225,253). Sum of RGB (Red+Green+Blue) = 202+225+253=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1FD is #351E02. Grayscale: #DDDDDD. Windows color (decimal): -3481091 or 16638410. OLE color: 16638410.

HSL color Cylindrical-coordinate representation of color #CAE1FD: hue angle of 212.94º 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 #CAE1FD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202225253-
CMYK0.200.1100.01
HSL212.94º92.73%89.22%-
HSV(B)212.94º20.16%99.22%-
XYZ69.0173.5103.48-
YUV221.32145.88114.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=29.71%
G=33.09%
B=37.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022252530.200.1100.01212.9492.7389.22
HexCAE1FD14B01d55d59
Octal312341375241301325135131
Binary110010101110000111111101101001011011101010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1FD; }

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

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

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

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

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

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

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

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