#CAE1FE

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

Shades of Hawkes Blue #CAE1FE

Tints of Hawkes Blue #CAE1FE

Color information

#CAE1FE (or 0xCAE1FE) is unknown color: approx Hawkes Blue. HEX triplet: CA, E1 and FE. RGB value is (202,225,254). Sum of RGB (Red+Green+Blue) = 202+225+254=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1FE is #351E01. Grayscale: #DDDDDD. Windows color (decimal): -3481090 or 16703946. OLE color: 16703946.

HSL color Cylindrical-coordinate representation of color #CAE1FE: hue angle of 213.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE1FE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202225254-
CMYK0.200.1100.00
HSL213.46º96.3%89.41%-
HSV(B)213.46º20.47%99.61%-
XYZ69.1773.56104.32-
YUV221.43146.38114.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=29.66%
G=33.04%
B=37.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022252540.200.1100.00213.4696.389.41
HexCAE1FE14B00d56059
Octal312341376241300325140131
Binary110010101110000111111110101001011001101010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1FE; }

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

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

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

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

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

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

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

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