Html Css Color HEX #C5DAFE Hawkes Blue

📋 copy color: '#C5DAFE'

red 197 ◦ green 218 ◦ blue 254

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

Shades of Hawkes Blue #C5DAFE

Tints of Hawkes Blue #C5DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

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

R = 29.45%
G = 32.59%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5DAFE (or 0xC5DAFE) is known color: Hawkes Blue. HEX triplet: C5, DA and FE. RGB value is (197,218,254). Sum of RGB (Red+Green+Blue) = 197+218+254=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFE is #3A2501. Grayscale: #D7D7D7. Windows color (decimal): -3810562 or 16702149. OLE color: 16702149.

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

Color convert

RGB 197 218 254 -
CMYK 0.22 0.14 0 0.00
HSL 217.89º 0.97% 0.88% -
HSV(B) 217.89º 0.22% 1% -
XYZ 65.99 69.17 103.64 -
YUV 215.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 197 218 254 0.22 0.14 0 0.00 217.89 0.97 0.88
Hex C5 DA FE 16 E 0 0 DA 61 58
Octal 305 332 376 26 16 0 0 332 141 130
Binary 11000101 11011010 11111110 10110 1110 0 0 11011010 1100001 1011000

Color Harmonies of #C5DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAFE

Black with #C5DAFE

Text Example


Text Example

White with #C5DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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