#C2DEFE

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

Shades of Hawkes Blue #C2DEFE

Tints of Hawkes Blue #C2DEFE

Color information

#C2DEFE (or 0xC2DEFE) is unknown color: approx Hawkes Blue. HEX triplet: C2, DE and FE. RGB value is (194,222,254). Sum of RGB (Red+Green+Blue) = 194+222+254=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEFE is #3D2101. Grayscale: #D9D9D9. Windows color (decimal): -4006146 or 16703170. OLE color: 16703170.

HSL color Cylindrical-coordinate representation of color #C2DEFE: hue angle of 212º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DEFE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194222254-
CMYK0.240.1300.00
HSL212º96.77%87.84%-
HSV(B)212º23.62%99.61%-
XYZ66.2670.87103.95-
YUV217.28148.72111.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.96%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=28.96%
G=33.13%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942222540.240.1300.0021296.7787.84
HexC2DEFE18D00d46158
Octal302336376301500324141130
Binary110000101101111011111110110001101001101010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEFE; }

 p { color: rgb(194,222,254); }

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

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

 a { background-color: rgb(194,222,254); }

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

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

 span { border-color: rgb(194,222,254); }

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