#C6DCFA

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

Shades of Hawkes Blue #C6DCFA

Tints of Hawkes Blue #C6DCFA

Color information

#C6DCFA (or 0xC6DCFA) is unknown color: approx Hawkes Blue. HEX triplet: C6, DC and FA. RGB value is (198,220,250). Sum of RGB (Red+Green+Blue) = 198+220+250=668 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.64% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCFA is #392305. Grayscale: #D8D8D8. Windows color (decimal): -3744518 or 16440518. OLE color: 16440518.

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

Color convert

RGB198220250-
CMYK0.210.1200.02
HSL214.62º83.87%87.84%-
HSV(B)214.62º20.8%98.04%-
XYZ66.1470.09100.49-
YUV216.84146.71114.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.64%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=29.64%
G=32.93%
B=37.43%

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
Decimal1982202500.210.1200.02214.6283.8787.84
HexC6DCFA15C02d75458
Octal306334372251402327124130
Binary1100011011011100111110101010111000101101011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCFA; }

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

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

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

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

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

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

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

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