#C6DAFC

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

Shades of Hawkes Blue #C6DAFC

Tints of Hawkes Blue #C6DAFC

Color information

#C6DAFC (or 0xC6DAFC) is unknown color: approx Hawkes Blue. HEX triplet: C6, DA and FC. RGB value is (198,218,252). Sum of RGB (Red+Green+Blue) = 198+218+252=668 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.64% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAFC is #392503. Grayscale: #D7D7D7. Windows color (decimal): -3745028 or 16571078. OLE color: 16571078.

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

Color convert

RGB198218252-
CMYK0.210.1300.01
HSL217.78º90%88.24%-
HSV(B)217.78º21.43%98.82%-
XYZ65.9369.18101.97-
YUV215.9148.37115.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.64%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=29.64%
G=32.63%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982182520.210.1300.01217.789088.24
HexC6DAFC15D01da5a58
Octal306332374251501332132130
Binary110001101101101011111100101011101011101101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DAFC; }

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

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

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

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

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

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

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

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