Html Css Color HEX #C5DDFE Hawkes Blue

📋 copy color: '#C5DDFE'

red 197 ◦ green 221 ◦ blue 254

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

Shades of Hawkes Blue #C5DDFE

Tints of Hawkes Blue #C5DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.89%

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

R = 29.32%
G = 32.89%
B = 37.8%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5DDFE (or 0xC5DDFE) is known color: Hawkes Blue. HEX triplet: C5, DD and FE. RGB value is (197,221,254). Sum of RGB (Red+Green+Blue) = 197+221+254=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDFE is #3A2201. Grayscale: #D9D9D9. Windows color (decimal): -3809794 or 16702917. OLE color: 16702917.

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

Color convert

RGB 197 221 254 -
CMYK 0.22 0.13 0 0.00
HSL 214.74º 0.97% 0.88% -
HSV(B) 214.74º 0.22% 1% -
XYZ 66.77 70.74 103.9 -
YUV 217.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 197 221 254 0.22 0.13 0 0.00 214.74 0.97 0.88
Hex C5 DD FE 16 D 0 0 D7 61 58
Octal 305 335 376 26 15 0 0 327 141 130
Binary 11000101 11011101 11111110 10110 1101 0 0 11010111 1100001 1011000

Color Harmonies of #C5DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDFE

Black with #C5DDFE

Text Example


Text Example

White with #C5DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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