Html Css Color HEX #C5DCFF Hawkes Blue

📋 copy color: '#C5DCFF'

red 197 ◦ green 220 ◦ blue 255

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

Shades of Hawkes Blue #C5DCFF

Tints of Hawkes Blue #C5DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

 BLUE value IS 255 (100% from 255) = 37.95%

R = 29.32%
G = 32.74%
B = 37.95%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5DCFF (or 0xC5DCFF) is known color: Hawkes Blue. HEX triplet: C5, DC and FF. RGB value is (197,220,255). Sum of RGB (Red+Green+Blue) = 197+220+255=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFF is #3A2300. Grayscale: #D8D8D8. Windows color (decimal): -3810049 or 16768197. OLE color: 16768197.

HSL color Cylindrical-coordinate representation of color #C5DCFF: hue angle of 216.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5DCFF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 220 255 -
CMYK 0.23 0.14 0 0
HSL 216.21º 1% 0.89% -
HSV(B) 216.21º 0.23% 1% -
XYZ 66.67 70.28 104.66 -
YUV 217.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 197 220 255 0.23 0.14 0 0 216.21 1 0.89
Hex C5 DC FF 17 E 0 0 D8 64 59
Octal 305 334 377 27 16 0 0 330 144 131
Binary 11000101 11011100 11111111 10111 1110 0 0 11011000 1100100 1011001

Color Harmonies of #C5DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCFF

Black with #C5DCFF

Text Example


Text Example

White with #C5DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCFF; }

 p { color: rgb(197,220,255); }

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

background-color css

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

 a { background-color: rgb(197,220,255); }

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

border-color css

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

 span { border-color: rgb(197,220,255); }

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