#C2DAFD

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

Shades of Hawkes Blue #C2DAFD

Tints of Hawkes Blue #C2DAFD

Color information

#C2DAFD (or 0xC2DAFD) is unknown color: approx Hawkes Blue. HEX triplet: C2, DA and FD. RGB value is (194,218,253). Sum of RGB (Red+Green+Blue) = 194+218+253=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFD is #3D2502. Grayscale: #D6D6D6. Windows color (decimal): -4007171 or 16636610. OLE color: 16636610.

HSL color Cylindrical-coordinate representation of color #C2DAFD: hue angle of 215.59º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DAFD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194218253-
CMYK0.230.1400.01
HSL215.59º93.65%87.65%-
HSV(B)215.59º23.32%99.22%-
XYZ65.0568.7102.76-
YUV214.81149.55113.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.17%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=29.17%
G=32.78%
B=38.05%

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
Decimal1942182530.230.1400.01215.5993.6587.65
HexC2DAFD17E01d85e58
Octal302332375271601330136130
Binary110000101101101011111101101111110011101100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAFD; }

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

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

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

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

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

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

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

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