#C2DAFE

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

Shades of Hawkes Blue #C2DAFE

Tints of Hawkes Blue #C2DAFE

Color information

#C2DAFE (or 0xC2DAFE) is unknown color: approx Hawkes Blue. HEX triplet: C2, DA and FE. RGB value is (194,218,254). Sum of RGB (Red+Green+Blue) = 194+218+254=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFE is #3D2501. Grayscale: #D6D6D6. Windows color (decimal): -4007170 or 16702146. OLE color: 16702146.

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

Color convert

RGB194218254-
CMYK0.240.1400.00
HSL216º96.77%87.84%-
HSV(B)216º23.62%99.61%-
XYZ65.2168.77103.6-
YUV214.93150.05113.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.13%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=29.13%
G=32.73%
B=38.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942182540.240.1400.0021696.7787.84
HexC2DAFE18E00d86158
Octal302332376301600330141130
Binary110000101101101011111110110001110001101100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAFE; }

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

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

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

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

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

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

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

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