#C2DAFF

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

Shades of Hawkes Blue #C2DAFF

Tints of Hawkes Blue #C2DAFF

Color information

#C2DAFF (or 0xC2DAFF) is unknown color: approx Hawkes Blue. HEX triplet: C2, DA and FF. RGB value is (194,218,255). Sum of RGB (Red+Green+Blue) = 194+218+255=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFF is #3D2500. Grayscale: #D6D6D6. Windows color (decimal): -4007169 or 16767682. OLE color: 16767682.

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

Color convert

RGB194218255-
CMYK0.240.1500
HSL216.39º100%88.04%-
HSV(B)216.39º23.92%100%-
XYZ65.3768.83104.45-
YUV215.04150.55112.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.09%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 255 (100% from 255) = 38.23%
R=29.09%
G=32.68%
B=38.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942182550.240.1500216.3910088.04
HexC2DAFF18F00d86458
Octal302332377301700330144130
Binary110000101101101011111111110001111001101100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAFF; }

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

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

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

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

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

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

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

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