Html Css Color HEX #C5DCFA Hawkes Blue

📋 copy color: '#C5DCFA'

red 197 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #C5DCFA

Tints of Hawkes Blue #C5DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 29.54%
G = 32.98%
B = 37.48%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5DCFA (or 0xC5DCFA) is known color: Hawkes Blue. HEX triplet: C5, DC and FA. RGB value is (197,220,250). Sum of RGB (Red+Green+Blue) = 197+220+250=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFA is #3A2305. Grayscale: #D8D8D8. Windows color (decimal): -3810054 or 16440517. OLE color: 16440517.

HSL color Cylindrical-coordinate representation of color #C5DCFA: hue angle of 213.96º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DCFA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 220 250 -
CMYK 0.21 0.12 0 0.02
HSL 213.96º 0.84% 0.88% -
HSV(B) 213.96º 0.21% 0.98% -
XYZ 65.87 69.96 100.47 -
YUV 216.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 197 220 250 0.21 0.12 0 0.02 213.96 0.84 0.88
Hex C5 DC FA 15 C 0 2 D6 54 58
Octal 305 334 372 25 14 0 2 326 124 130
Binary 11000101 11011100 11111010 10101 1100 0 10 11010110 1010100 1011000

Color Harmonies of #C5DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCFA

Black with #C5DCFA

Text Example


Text Example

White with #C5DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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