Html Css Color HEX #CADAED Hawkes Blue

📋 copy color: '#CADAED'

red 202 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #CADAED

Tints of Hawkes Blue #CADAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 30.75%
G = 33.18%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CADAED (or 0xCADAED) is known color: Hawkes Blue. HEX triplet: CA, DA and ED. RGB value is (202,218,237). Sum of RGB (Red+Green+Blue) = 202+218+237=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAED is #352512. Grayscale: #D7D7D7. Windows color (decimal): -3482899 or 15588042. OLE color: 15588042.

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

Color convert

RGB 202 218 237 -
CMYK 0.15 0.08 0 0.07
HSL 212.57º 0.49% 0.86% -
HSV(B) 212.57º 0.15% 0.93% -
XYZ 64.71 68.81 89.99 -
YUV 215.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 202 218 237 0.15 0.08 0 0.07 212.57 0.49 0.86
Hex CA DA ED F 8 0 7 D5 31 56
Octal 312 332 355 17 10 0 7 325 61 126
Binary 11001010 11011010 11101101 1111 1000 0 111 11010101 110001 1010110

Color Harmonies of #CADAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAED

Black with #CADAED

Text Example


Text Example

White with #CADAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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