Html Css Color HEX #C5D8FE Hawkes Blue

📋 copy color: '#C5D8FE'

red 197 ◦ green 216 ◦ blue 254

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

Shades of Hawkes Blue #C5D8FE

Tints of Hawkes Blue #C5D8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 29.54%
G = 32.38%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5D8FE (or 0xC5D8FE) is known color: Hawkes Blue. HEX triplet: C5, D8 and FE. RGB value is (197,216,254). Sum of RGB (Red+Green+Blue) = 197+216+254=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D8FE is #3A2701. Grayscale: #D6D6D6. Windows color (decimal): -3811074 or 16701637. OLE color: 16701637.

HSL color Cylindrical-coordinate representation of color #C5D8FE: hue angle of 220º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D8FE is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 216 254 -
CMYK 0.22 0.15 0 0.00
HSL 220º 0.97% 0.88% -
HSV(B) 220º 0.22% 1% -
XYZ 65.47 68.14 103.47 -
YUV 214.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 197 216 254 0.22 0.15 0 0.00 220 0.97 0.88
Hex C5 D8 FE 16 F 0 0 DC 61 58
Octal 305 330 376 26 17 0 0 334 141 130
Binary 11000101 11011000 11111110 10110 1111 0 0 11011100 1100001 1011000

Color Harmonies of #C5D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8FE

Black with #C5D8FE

Text Example


Text Example

White with #C5D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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