#C2DCFB

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

Shades of Hawkes Blue #C2DCFB

Tints of Hawkes Blue #C2DCFB

Color information

#C2DCFB (or 0xC2DCFB) is unknown color: approx Hawkes Blue. HEX triplet: C2, DC and FB. RGB value is (194,220,251). Sum of RGB (Red+Green+Blue) = 194+220+251=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFB is #3D2304. Grayscale: #D7D7D7. Windows color (decimal): -4006661 or 16506050. OLE color: 16506050.

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

Color convert

RGB194220251-
CMYK0.230.1200.02
HSL212.63º87.69%87.25%-
HSV(B)212.63º22.71%98.43%-
XYZ65.2569.62101.27-
YUV215.76147.89112.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.17%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=29.17%
G=33.08%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942202510.230.1200.02212.6387.6987.25
HexC2DCFB17C02d55857
Octal302334373271402325130127
Binary1100001011011100111110111011111000101101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCFB; }

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

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

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

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

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

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

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

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