#C2D9FC

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

Shades of Hawkes Blue #C2D9FC

Tints of Hawkes Blue #C2D9FC

Color information

#C2D9FC (or 0xC2D9FC) is unknown color: approx Hawkes Blue. HEX triplet: C2, D9 and FC. RGB value is (194,217,252). Sum of RGB (Red+Green+Blue) = 194+217+252=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2D9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9FC is #3D2603. Grayscale: #D5D5D5. Windows color (decimal): -4007428 or 16570818. OLE color: 16570818.

HSL color Cylindrical-coordinate representation of color #C2D9FC: hue angle of 216.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D9FC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194217252-
CMYK0.230.1400.01
HSL216.21º90.62%87.45%-
HSV(B)216.21º23.02%98.82%-
XYZ64.6368.12101.84-
YUV214.11149.38113.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.26%
GREEN value IS 217 (85.16% from 255) = 32.73%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=29.26%
G=32.73%
B=38.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942172520.230.1400.01216.2190.6287.45
HexC2D9FC17E01d85b57
Octal302331374271601330133127
Binary110000101101100111111100101111110011101100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9FC; }

 p { color: rgb(194,217,252); }

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

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

 a { background-color: rgb(194,217,252); }

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

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

 span { border-color: rgb(194,217,252); }

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