#C2D7FD

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

Shades of Hawkes Blue #C2D7FD

Tints of Hawkes Blue #C2D7FD

Color information

#C2D7FD (or 0xC2D7FD) is unknown color: approx Hawkes Blue. HEX triplet: C2, D7 and FD. RGB value is (194,215,253). Sum of RGB (Red+Green+Blue) = 194+215+253=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D7FD is #3D2802. Grayscale: #D4D4D4. Windows color (decimal): -4007939 or 16635842. OLE color: 16635842.

HSL color Cylindrical-coordinate representation of color #C2D7FD: hue angle of 218.64º 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 #C2D7FD is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194215253-
CMYK0.230.1500.01
HSL218.64º93.65%87.65%-
HSV(B)218.64º23.32%99.22%-
XYZ64.2867.16102.5-
YUV213.05150.54114.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.31%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=29.31%
G=32.48%
B=38.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942152530.230.1500.01218.6493.6587.65
HexC2D7FD17F01db5e58
Octal302327375271701333136130
Binary110000101101011111111101101111111011101101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7FD; }

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

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

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

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

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

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

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

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