Html Css Color HEX #CAD5EC Hawkes Blue

📋 copy color: '#CAD5EC'

red 202 ◦ green 213 ◦ blue 236

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

Shades of Hawkes Blue #CAD5EC

Tints of Hawkes Blue #CAD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.72%

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

R = 31.03%
G = 32.72%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAD5EC (or 0xCAD5EC) is known color: Hawkes Blue. HEX triplet: CA, D5 and EC. RGB value is (202,213,236). Sum of RGB (Red+Green+Blue) = 202+213+236=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5EC is #352A13. Grayscale: #D4D4D4. Windows color (decimal): -3484180 or 15521226. OLE color: 15521226.

HSL color Cylindrical-coordinate representation of color #CAD5EC: hue angle of 220.59º 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 #CAD5EC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 213 236 -
CMYK 0.14 0.10 0 0.07
HSL 220.59º 0.47% 0.86% -
HSV(B) 220.59º 0.14% 0.93% -
XYZ 63.29 66.2 88.8 -
YUV 212.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 202 213 236 0.14 0.10 0 0.07 220.59 0.47 0.86
Hex CA D5 EC E A 0 7 DD 2F 56
Octal 312 325 354 16 12 0 7 335 57 126
Binary 11001010 11010101 11101100 1110 1010 0 111 11011101 101111 1010110

Color Harmonies of #CAD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5EC

Black with #CAD5EC

Text Example


Text Example

White with #CAD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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