#CAE0FD

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

Shades of Hawkes Blue #CAE0FD

Tints of Hawkes Blue #CAE0FD

Color information

#CAE0FD (or 0xCAE0FD) is unknown color: approx Hawkes Blue. HEX triplet: CA, E0 and FD. RGB value is (202,224,253). Sum of RGB (Red+Green+Blue) = 202+224+253=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0FD is #351F02. Grayscale: #DCDCDC. Windows color (decimal): -3481347 or 16638154. OLE color: 16638154.

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

Color convert

RGB202224253-
CMYK0.200.1100.01
HSL214.12º92.73%89.22%-
HSV(B)214.12º20.16%99.22%-
XYZ68.7472.96103.39-
YUV220.73146.21114.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=29.75%
G=32.99%
B=37.26%

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
Decimal2022242530.200.1100.01214.1292.7389.22
HexCAE0FD14B01d65d59
Octal312340375241301326135131
Binary110010101110000011111101101001011011101011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0FD; }

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

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

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

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

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

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

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

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