#C6DDFA

Color #C6DDFA Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #C6DDFA

Tints of Hawkes Blue #C6DDFA

Color information

#C6DDFA (or 0xC6DDFA) is unknown color: approx Hawkes Blue. HEX triplet: C6, DD and FA. RGB value is (198,221,250). Sum of RGB (Red+Green+Blue) = 198+221+250=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDFA is #392205. Grayscale: #D9D9D9. Windows color (decimal): -3744262 or 16440774. OLE color: 16440774.

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

Color convert

RGB198221250-
CMYK0.210.1200.02
HSL213.46º83.87%87.84%-
HSV(B)213.46º20.8%98.04%-
XYZ66.470.62100.57-
YUV217.43146.38114.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.60%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=29.60%
G=33.03%
B=37.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982212500.210.1200.02213.4683.8787.84
HexC6DDFA15C02d55458
Octal306335372251402325124130
Binary1100011011011101111110101010111000101101010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDFA; }

 p { color: rgb(198,221,250); }

 H1.HeaderClassName
 {
   color: #C6DDFA;
 }
 .AnyTagClassName
 {
   color: #C6DDFA;
 }
</style>
background-color css

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

 a { background-color: rgb(198,221,250); }

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

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

 span { border-color: rgb(198,221,250); }

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