Html Css Color HEX #C5DCFC Hawkes Blue

📋 copy color: '#C5DCFC'

red 197 ◦ green 220 ◦ blue 252

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

Shades of Hawkes Blue #C5DCFC

Tints of Hawkes Blue #C5DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.67%

R = 29.45%
G = 32.88%
B = 37.67%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5DCFC (or 0xC5DCFC) is known color: Hawkes Blue. HEX triplet: C5, DC and FC. RGB value is (197,220,252). Sum of RGB (Red+Green+Blue) = 197+220+252=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFC is #3A2303. Grayscale: #D8D8D8. Windows color (decimal): -3810052 or 16571589. OLE color: 16571589.

HSL color Cylindrical-coordinate representation of color #C5DCFC: hue angle of 214.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DCFC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 220 252 -
CMYK 0.22 0.13 0 0.01
HSL 214.91º 0.9% 0.88% -
HSV(B) 214.91º 0.22% 0.99% -
XYZ 66.19 70.08 102.13 -
YUV 216.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 197 220 252 0.22 0.13 0 0.01 214.91 0.9 0.88
Hex C5 DC FC 16 D 0 1 D7 5A 58
Octal 305 334 374 26 15 0 1 327 132 130
Binary 11000101 11011100 11111100 10110 1101 0 1 11010111 1011010 1011000

Color Harmonies of #C5DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCFC

Black with #C5DCFC

Text Example


Text Example

White with #C5DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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