#C6DDFC

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

Shades of Hawkes Blue #C6DDFC

Tints of Hawkes Blue #C6DDFC

Color information

#C6DDFC (or 0xC6DDFC) is unknown color: approx Hawkes Blue. HEX triplet: C6, DD and FC. RGB value is (198,221,252). Sum of RGB (Red+Green+Blue) = 198+221+252=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDFC is #392203. Grayscale: #D9D9D9. Windows color (decimal): -3744260 or 16571846. OLE color: 16571846.

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

Color convert

RGB198221252-
CMYK0.210.1200.01
HSL214.44º90%88.24%-
HSV(B)214.44º21.43%98.82%-
XYZ66.7270.75102.23-
YUV217.66147.38113.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.51%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=29.51%
G=32.94%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982212520.210.1200.01214.449088.24
HexC6DDFC15C01d65a58
Octal306335374251401326132130
Binary110001101101110111111100101011100011101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDFC; }

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

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

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

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

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

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

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

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