#C2DCFA

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

Shades of Hawkes Blue #C2DCFA

Tints of Hawkes Blue #C2DCFA

Color information

#C2DCFA (or 0xC2DCFA) is unknown color: approx Hawkes Blue. HEX triplet: C2, DC and FA. RGB value is (194,220,250). Sum of RGB (Red+Green+Blue) = 194+220+250=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFA is #3D2305. Grayscale: #D7D7D7. Windows color (decimal): -4006662 or 16440514. OLE color: 16440514.

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

Color convert

RGB194220250-
CMYK0.220.1200.02
HSL212.14º84.85%87.06%-
HSV(B)212.14º22.4%98.04%-
XYZ65.169.56100.44-
YUV215.65147.39112.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.22%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=29.22%
G=33.13%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942202500.220.1200.02212.1484.8587.06
HexC2DCFA16C02d45557
Octal302334372261402324125127
Binary1100001011011100111110101011011000101101010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCFA; }

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

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

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

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

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

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

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

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