#D6E2F9

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

Shades of Hawkes Blue #D6E2F9

Tints of Hawkes Blue #D6E2F9

Color information

#D6E2F9 (or 0xD6E2F9) is unknown color: approx Hawkes Blue. HEX triplet: D6, E2 and F9. RGB value is (214,226,249). Sum of RGB (Red+Green+Blue) = 214+226+249=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2F9 is #291D06. Grayscale: #E0E0E0. Windows color (decimal): -2694407 or 16376534. OLE color: 16376534.

HSL color Cylindrical-coordinate representation of color #D6E2F9: hue angle of 219.43º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6E2F9 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214226249-
CMYK0.140.0900.02
HSL219.43º74.47%90.78%-
HSV(B)219.43º14.06%97.65%-
XYZ72.0375.53100.4-
YUV225.03141.52120.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=31.06%
G=32.80%
B=36.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142262490.140.0900.02219.4374.4790.78
HexD6E2F9E902db4a5b
Octal326342371161102333112133
Binary110101101110001011111001111010010101101101110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2F9; }

 p { color: rgb(214,226,249); }

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

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

 a { background-color: rgb(214,226,249); }

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

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

 span { border-color: rgb(214,226,249); }

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