Html Css Color HEX #C5D7EE Hawkes Blue

📋 copy color: '#C5D7EE'

red 197 ◦ green 215 ◦ blue 238

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

Shades of Hawkes Blue #C5D7EE

Tints of Hawkes Blue #C5D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.08%

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 30.31%
G = 33.08%
B = 36.62%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5D7EE (or 0xC5D7EE) is known color: Hawkes Blue. HEX triplet: C5, D7 and EE. RGB value is (197,215,238). Sum of RGB (Red+Green+Blue) = 197+215+238=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D7EE is #3A2811. Grayscale: #D4D4D4. Windows color (decimal): -3811346 or 15652805. OLE color: 15652805.

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

Color convert

RGB 197 215 238 -
CMYK 0.17 0.10 0 0.07
HSL 213.66º 0.55% 0.85% -
HSV(B) 213.66º 0.17% 0.93% -
XYZ 62.76 66.64 90.44 -
YUV 212.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 197 215 238 0.17 0.10 0 0.07 213.66 0.55 0.85
Hex C5 D7 EE 11 A 0 7 D6 37 55
Octal 305 327 356 21 12 0 7 326 67 125
Binary 11000101 11010111 11101110 10001 1010 0 111 11010110 110111 1010101

Color Harmonies of #C5D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7EE

Black with #C5D7EE

Text Example


Text Example

White with #C5D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7EE; }

 p { color: rgb(197,215,238); }

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

background-color css

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

 a { background-color: rgb(197,215,238); }

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

border-color css

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

 span { border-color: rgb(197,215,238); }

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