#C6DEFA

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

Shades of Hawkes Blue #C6DEFA

Tints of Hawkes Blue #C6DEFA

Color information

#C6DEFA (or 0xC6DEFA) is unknown color: approx Hawkes Blue. HEX triplet: C6, DE and FA. RGB value is (198,222,250). Sum of RGB (Red+Green+Blue) = 198+222+250=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEFA is #392105. Grayscale: #D9D9D9. Windows color (decimal): -3744006 or 16441030. OLE color: 16441030.

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

Color convert

RGB198222250-
CMYK0.210.1100.02
HSL212.31º83.87%87.84%-
HSV(B)212.31º20.8%98.04%-
XYZ66.6771.15100.66-
YUV218.02146.05113.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.55%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=29.55%
G=33.13%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982222500.210.1100.02212.3183.8787.84
HexC6DEFA15B02d45458
Octal306336372251302324124130
Binary1100011011011110111110101010110110101101010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DEFA; }

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

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

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

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

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

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

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

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