Html Css Color HEX #C5DAFC Hawkes Blue

📋 copy color: '#C5DAFC'

red 197 ◦ green 218 ◦ blue 252

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

Shades of Hawkes Blue #C5DAFC

Tints of Hawkes Blue #C5DAFC

RGB

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

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

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

R = 29.54%
G = 32.68%
B = 37.78%

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

#C5DAFC (or 0xC5DAFC) is known color: Hawkes Blue. HEX triplet: C5, DA and FC. RGB value is (197,218,252). Sum of RGB (Red+Green+Blue) = 197+218+252=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFC is #3A2503. Grayscale: #D7D7D7. Windows color (decimal): -3810564 or 16571077. OLE color: 16571077.

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

Color convert

RGB 197 218 252 -
CMYK 0.22 0.13 0 0.01
HSL 217.09º 0.9% 0.88% -
HSV(B) 217.09º 0.22% 0.99% -
XYZ 65.67 69.04 101.96 -
YUV 215.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 197 218 252 0.22 0.13 0 0.01 217.09 0.9 0.88
Hex C5 DA FC 16 D 0 1 D9 5A 58
Octal 305 332 374 26 15 0 1 331 132 130
Binary 11000101 11011010 11111100 10110 1101 0 1 11011001 1011010 1011000

Color Harmonies of #C5DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAFC

Black with #C5DAFC

Text Example


Text Example

White with #C5DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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