Html Css Color HEX #C5D8ED Hawkes Blue

📋 copy color: '#C5D8ED'

red 197 ◦ green 216 ◦ blue 237

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

Shades of Hawkes Blue #C5D8ED

Tints of Hawkes Blue #C5D8ED

RGB

 RED value IS 197 (77.34% from 255) = 30.31%

 GREEN value IS 216 (84.77% from 255) = 33.23%

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

R = 30.31%
G = 33.23%
B = 36.46%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5D8ED (or 0xC5D8ED) is known color: Hawkes Blue. HEX triplet: C5, D8 and ED. RGB value is (197,216,237). Sum of RGB (Red+Green+Blue) = 197+216+237=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D8ED is #3A2712. Grayscale: #D4D4D4. Windows color (decimal): -3811091 or 15587525. OLE color: 15587525.

HSL color Cylindrical-coordinate representation of color #C5D8ED: hue angle of 211.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D8ED is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 216 237 -
CMYK 0.17 0.09 0 0.07
HSL 211.5º 0.53% 0.85% -
HSV(B) 211.5º 0.17% 0.93% -
XYZ 62.87 67.1 89.76 -
YUV 212.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 197 216 237 0.17 0.09 0 0.07 211.5 0.53 0.85
Hex C5 D8 ED 11 9 0 7 D4 35 55
Octal 305 330 355 21 11 0 7 324 65 125
Binary 11000101 11011000 11101101 10001 1001 0 111 11010100 110101 1010101

Color Harmonies of #C5D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8ED

Black with #C5D8ED

Text Example


Text Example

White with #C5D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8ED; }

 p { color: rgb(197,216,237); }

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

background-color css

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

 a { background-color: rgb(197,216,237); }

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

border-color css

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

 span { border-color: rgb(197,216,237); }

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