Html Css Color HEX #CAE0FA Hawkes Blue

📋 copy color: '#CAE0FA'

red 202 ◦ green 224 ◦ blue 250

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

Shades of Hawkes Blue #CAE0FA

Tints of Hawkes Blue #CAE0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 29.88%
G = 33.14%
B = 36.98%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAE0FA (or 0xCAE0FA) is known color: Hawkes Blue. HEX triplet: CA, E0 and FA. RGB value is (202,224,250). Sum of RGB (Red+Green+Blue) = 202+224+250=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0FA is #351F05. Grayscale: #DCDCDC. Windows color (decimal): -3481350 or 16441546. OLE color: 16441546.

HSL color Cylindrical-coordinate representation of color #CAE0FA: hue angle of 212.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE0FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 224 250 -
CMYK 0.19 0.10 0 0.02
HSL 212.5º 0.83% 0.89% -
HSV(B) 212.5º 0.19% 0.98% -
XYZ 68.27 72.77 100.89 -
YUV 220.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 202 224 250 0.19 0.10 0 0.02 212.5 0.83 0.89
Hex CA E0 FA 13 A 0 2 D4 53 59
Octal 312 340 372 23 12 0 2 324 123 131
Binary 11001010 11100000 11111010 10011 1010 0 10 11010100 1010011 1011001

Color Harmonies of #CAE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0FA

Black with #CAE0FA

Text Example


Text Example

White with #CAE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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