#C6DAFA

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

Shades of Hawkes Blue #C6DAFA

Tints of Hawkes Blue #C6DAFA

Color information

#C6DAFA (or 0xC6DAFA) is unknown color: approx Hawkes Blue. HEX triplet: C6, DA and FA. RGB value is (198,218,250). Sum of RGB (Red+Green+Blue) = 198+218+250=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAFA is #392505. Grayscale: #D7D7D7. Windows color (decimal): -3745030 or 16440006. OLE color: 16440006.

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

Color convert

RGB198218250-
CMYK0.210.1300.02
HSL216.92º83.87%87.84%-
HSV(B)216.92º20.8%98.04%-
XYZ65.6269.05100.31-
YUV215.67147.37115.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.73%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=29.73%
G=32.73%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982182500.210.1300.02216.9283.8787.84
HexC6DAFA15D02d95458
Octal306332372251502331124130
Binary1100011011011010111110101010111010101101100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DAFA; }

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

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

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

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

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

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

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

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