#C2D7FA

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

Shades of Hawkes Blue #C2D7FA

Tints of Hawkes Blue #C2D7FA

Color information

#C2D7FA (or 0xC2D7FA) is unknown color: approx Hawkes Blue. HEX triplet: C2, D7 and FA. RGB value is (194,215,250). Sum of RGB (Red+Green+Blue) = 194+215+250=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D7FA is #3D2805. Grayscale: #D4D4D4. Windows color (decimal): -4007942 or 16439234. OLE color: 16439234.

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

Color convert

RGB194215250-
CMYK0.220.1400.02
HSL217.5º84.85%87.06%-
HSV(B)217.5º22.4%98.04%-
XYZ63.866.97100.01-
YUV212.71149.04114.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.44%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=29.44%
G=32.63%
B=37.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942152500.220.1400.02217.584.8587.06
HexC2D7FA16E02da5557
Octal302327372261602332125127
Binary1100001011010111111110101011011100101101101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7FA; }

 p { color: rgb(194,215,250); }

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

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

 a { background-color: rgb(194,215,250); }

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

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

 span { border-color: rgb(194,215,250); }

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