Html Css Color HEX #CAE0FE Hawkes Blue

📋 copy color: '#CAE0FE'

red 202 ◦ green 224 ◦ blue 254

#CAE0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CAE0FE

Tints of Hawkes Blue #CAE0FE

RGB

 RED value IS 202 (79.3% from 255) = 29.71%

 GREEN value IS 224 (87.89% from 255) = 32.94%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 29.71%
G = 32.94%
B = 37.35%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAE0FE (or 0xCAE0FE) is known color: Hawkes Blue. HEX triplet: CA, E0 and FE. RGB value is (202,224,254). Sum of RGB (Red+Green+Blue) = 202+224+254=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0FE is #351F01. Grayscale: #DCDCDC. Windows color (decimal): -3481346 or 16703690. OLE color: 16703690.

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

Color convert

RGB 202 224 254 -
CMYK 0.20 0.12 0 0.00
HSL 214.62º 0.96% 0.89% -
HSV(B) 214.62º 0.2% 1% -
XYZ 68.9 73.02 104.23 -
YUV 220.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 202 224 254 0.20 0.12 0 0.00 214.62 0.96 0.89
Hex CA E0 FE 14 C 0 0 D7 60 59
Octal 312 340 376 24 14 0 0 327 140 131
Binary 11001010 11100000 11111110 10100 1100 0 0 11010111 1100000 1011001

Color Harmonies of #CAE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0FE

Black with #CAE0FE

Text Example


Text Example

White with #CAE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0FE; }

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

 H1.HeaderClassName
 {
   color: #CAE0FE;
 }
 .AnyTagClassName
 {
   color: #CAE0FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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