#C2DAF3

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

Shades of Hawkes Blue #C2DAF3

Tints of Hawkes Blue #C2DAF3

Color information

#C2DAF3 (or 0xC2DAF3) is unknown color: approx Hawkes Blue. HEX triplet: C2, DA and F3. RGB value is (194,218,243). Sum of RGB (Red+Green+Blue) = 194+218+243=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAF3 is #3D250C. Grayscale: #D5D5D5. Windows color (decimal): -4007181 or 15981250. OLE color: 15981250.

HSL color Cylindrical-coordinate representation of color #C2DAF3: hue angle of 210.61º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DAF3 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194218243-
CMYK0.200.1000.05
HSL210.61º67.12%85.69%-
HSV(B)210.61º20.16%95.29%-
XYZ63.568.0894.59-
YUV213.67144.55113.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=29.62%
G=33.28%
B=37.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942182430.200.1000.05210.6167.1285.69
HexC2DAF314A05d34356
Octal302332363241205323103126
Binary11000010110110101111001110100101001011101001110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAF3; }

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

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

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

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

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

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

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

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