Html Css Color HEX #CADAEA Hawkes Blue

📋 copy color: '#CADAEA'

red 202 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #CADAEA

Tints of Hawkes Blue #CADAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 30.89%
G = 33.33%
B = 35.78%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CADAEA (or 0xCADAEA) is known color: Hawkes Blue. HEX triplet: CA, DA and EA. RGB value is (202,218,234). Sum of RGB (Red+Green+Blue) = 202+218+234=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #CADAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAEA is #352515. Grayscale: #D6D6D6. Windows color (decimal): -3482902 or 15391434. OLE color: 15391434.

HSL color Cylindrical-coordinate representation of color #CADAEA: hue angle of 210º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADAEA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 218 234 -
CMYK 0.14 0.07 0 0.08
HSL 210º 0.43% 0.85% -
HSV(B) 210º 0.14% 0.92% -
XYZ 64.28 68.64 87.7 -
YUV 215.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 202 218 234 0.14 0.07 0 0.08 210 0.43 0.85
Hex CA DA EA E 7 0 8 D2 2B 55
Octal 312 332 352 16 7 0 10 322 53 125
Binary 11001010 11011010 11101010 1110 111 0 1000 11010010 101011 1010101

Color Harmonies of #CADAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAEA

Black with #CADAEA

Text Example


Text Example

White with #CADAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAEA; }

 p { color: rgb(202,218,234); }

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

background-color css

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

 a { background-color: rgb(202,218,234); }

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

border-color css

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

 span { border-color: rgb(202,218,234); }

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