#C2DAF7

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

Shades of Hawkes Blue #C2DAF7

Tints of Hawkes Blue #C2DAF7

Color information

#C2DAF7 (or 0xC2DAF7) is unknown color: approx Hawkes Blue. HEX triplet: C2, DA and F7. RGB value is (194,218,247). Sum of RGB (Red+Green+Blue) = 194+218+247=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2DAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAF7 is #3D2508. Grayscale: #D5D5D5. Windows color (decimal): -4007177 or 16243394. OLE color: 16243394.

HSL color Cylindrical-coordinate representation of color #C2DAF7: hue angle of 212.83º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DAF7 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB194218247-
CMYK0.210.1200.03
HSL212.83º76.81%86.47%-
HSV(B)212.83º21.46%96.86%-
XYZ64.1168.3397.81-
YUV214.13146.55113.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.44%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=29.44%
G=33.08%
B=37.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942182470.210.1200.03212.8376.8186.47
HexC2DAF715C03d54d56
Octal302332367251403325115126
Binary1100001011011010111101111010111000111101010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAF7; }

 p { color: rgb(194,218,247); }

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

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

 a { background-color: rgb(194,218,247); }

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

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

 span { border-color: rgb(194,218,247); }

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