Html Css Color HEX #C5DAFA Hawkes Blue

📋 copy color: '#C5DAFA'

red 197 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #C5DAFA

Tints of Hawkes Blue #C5DAFA

RGB

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

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

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

R = 29.62%
G = 32.78%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5DAFA (or 0xC5DAFA) is known color: Hawkes Blue. HEX triplet: C5, DA and FA. RGB value is (197,218,250). Sum of RGB (Red+Green+Blue) = 197+218+250=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFA is #3A2505. Grayscale: #D7D7D7. Windows color (decimal): -3810566 or 16440005. OLE color: 16440005.

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

Color convert

RGB 197 218 250 -
CMYK 0.21 0.13 0 0.02
HSL 216.23º 0.84% 0.88% -
HSV(B) 216.23º 0.21% 0.98% -
XYZ 65.35 68.92 100.3 -
YUV 215.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 197 218 250 0.21 0.13 0 0.02 216.23 0.84 0.88
Hex C5 DA FA 15 D 0 2 D8 54 58
Octal 305 332 372 25 15 0 2 330 124 130
Binary 11000101 11011010 11111010 10101 1101 0 10 11011000 1010100 1011000

Color Harmonies of #C5DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAFA

Black with #C5DAFA

Text Example


Text Example

White with #C5DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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