Html Css Color HEX #CADAEC Hawkes Blue

📋 copy color: '#CADAEC'

red 202 ◦ green 218 ◦ blue 236

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

Shades of Hawkes Blue #CADAEC

Tints of Hawkes Blue #CADAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 30.79%
G = 33.23%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CADAEC (or 0xCADAEC) is known color: Hawkes Blue. HEX triplet: CA, DA and EC. RGB value is (202,218,236). Sum of RGB (Red+Green+Blue) = 202+218+236=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAEC is #352513. Grayscale: #D7D7D7. Windows color (decimal): -3482900 or 15522506. OLE color: 15522506.

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

Color convert

RGB 202 218 236 -
CMYK 0.14 0.08 0 0.07
HSL 211.76º 0.47% 0.86% -
HSV(B) 211.76º 0.14% 0.93% -
XYZ 64.57 68.76 89.22 -
YUV 215.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 202 218 236 0.14 0.08 0 0.07 211.76 0.47 0.86
Hex CA DA EC E 8 0 7 D4 2F 56
Octal 312 332 354 16 10 0 7 324 57 126
Binary 11001010 11011010 11101100 1110 1000 0 111 11010100 101111 1010110

Color Harmonies of #CADAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAEC

Black with #CADAEC

Text Example


Text Example

White with #CADAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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