Html Css Color HEX #C5D8FC Hawkes Blue

📋 copy color: '#C5D8FC'

red 197 ◦ green 216 ◦ blue 252

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

Shades of Hawkes Blue #C5D8FC

Tints of Hawkes Blue #C5D8FC

RGB

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

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

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

R = 29.62%
G = 32.48%
B = 37.89%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5D8FC (or 0xC5D8FC) is known color: Hawkes Blue. HEX triplet: C5, D8 and FC. RGB value is (197,216,252). Sum of RGB (Red+Green+Blue) = 197+216+252=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D8FC is #3A2703. Grayscale: #D6D6D6. Windows color (decimal): -3811076 or 16570565. OLE color: 16570565.

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

Color convert

RGB 197 216 252 -
CMYK 0.22 0.14 0 0.01
HSL 219.27º 0.9% 0.88% -
HSV(B) 219.27º 0.22% 0.99% -
XYZ 65.15 68.01 101.79 -
YUV 214.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 197 216 252 0.22 0.14 0 0.01 219.27 0.9 0.88
Hex C5 D8 FC 16 E 0 1 DB 5A 58
Octal 305 330 374 26 16 0 1 333 132 130
Binary 11000101 11011000 11111100 10110 1110 0 1 11011011 1011010 1011000

Color Harmonies of #C5D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8FC

Black with #C5D8FC

Text Example


Text Example

White with #C5D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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