Html Css Color HEX #CAE0FB Hawkes Blue

📋 copy color: '#CAE0FB'

red 202 ◦ green 224 ◦ blue 251

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

Shades of Hawkes Blue #CAE0FB

Tints of Hawkes Blue #CAE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 29.84%
G = 33.09%
B = 37.08%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAE0FB (or 0xCAE0FB) is known color: Hawkes Blue. HEX triplet: CA, E0 and FB. RGB value is (202,224,251). Sum of RGB (Red+Green+Blue) = 202+224+251=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0FB is #351F04. Grayscale: #DCDCDC. Windows color (decimal): -3481349 or 16507082. OLE color: 16507082.

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

Color convert

RGB 202 224 251 -
CMYK 0.20 0.11 0 0.02
HSL 213.06º 0.86% 0.89% -
HSV(B) 213.06º 0.2% 0.98% -
XYZ 68.43 72.83 101.72 -
YUV 220.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 202 224 251 0.20 0.11 0 0.02 213.06 0.86 0.89
Hex CA E0 FB 14 B 0 2 D5 56 59
Octal 312 340 373 24 13 0 2 325 126 131
Binary 11001010 11100000 11111011 10100 1011 0 10 11010101 1010110 1011001

Color Harmonies of #CAE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0FB

Black with #CAE0FB

Text Example


Text Example

White with #CAE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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