Html Css Color HEX #C5D6FA Hawkes Blue

📋 copy color: '#C5D6FA'

red 197 ◦ green 214 ◦ blue 250

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

Shades of Hawkes Blue #C5D6FA

Tints of Hawkes Blue #C5D6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

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

R = 29.8%
G = 32.38%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5D6FA (or 0xC5D6FA) is known color: Hawkes Blue. HEX triplet: C5, D6 and FA. RGB value is (197,214,250). Sum of RGB (Red+Green+Blue) = 197+214+250=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D6FA is #3A2905. Grayscale: #D4D4D4. Windows color (decimal): -3811590 or 16438981. OLE color: 16438981.

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

Color convert

RGB 197 214 250 -
CMYK 0.21 0.14 0 0.02
HSL 220.75º 0.84% 0.88% -
HSV(B) 220.75º 0.21% 0.98% -
XYZ 64.33 66.87 99.96 -
YUV 213.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 197 214 250 0.21 0.14 0 0.02 220.75 0.84 0.88
Hex C5 D6 FA 15 E 0 2 DD 54 58
Octal 305 326 372 25 16 0 2 335 124 130
Binary 11000101 11010110 11111010 10101 1110 0 10 11011101 1010100 1011000

Color Harmonies of #C5D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6FA

Black with #C5D6FA

Text Example


Text Example

White with #C5D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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