#C2D8FC

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

Shades of Hawkes Blue #C2D8FC

Tints of Hawkes Blue #C2D8FC

Color information

#C2D8FC (or 0xC2D8FC) is unknown color: approx Hawkes Blue. HEX triplet: C2, D8 and FC. RGB value is (194,216,252). Sum of RGB (Red+Green+Blue) = 194+216+252=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D8FC is #3D2703. Grayscale: #D5D5D5. Windows color (decimal): -4007684 or 16570562. OLE color: 16570562.

HSL color Cylindrical-coordinate representation of color #C2D8FC: hue angle of 217.24º 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 #C2D8FC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194216252-
CMYK0.230.1400.01
HSL217.24º90.62%87.45%-
HSV(B)217.24º23.02%98.82%-
XYZ64.3767.61101.75-
YUV213.53149.71114.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.31%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=29.31%
G=32.63%
B=38.07%

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
Decimal1942162520.230.1400.01217.2490.6287.45
HexC2D8FC17E01d95b57
Octal302330374271601331133127
Binary110000101101100011111100101111110011101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D8FC; }

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

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

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

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

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

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

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

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