#C2D6FD

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

Shades of Hawkes Blue #C2D6FD

Tints of Hawkes Blue #C2D6FD

Color information

#C2D6FD (or 0xC2D6FD) is unknown color: approx Hawkes Blue. HEX triplet: C2, D6 and FD. RGB value is (194,214,253). Sum of RGB (Red+Green+Blue) = 194+214+253=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D6FD is #3D2902. Grayscale: #D4D4D4. Windows color (decimal): -4008195 or 16635586. OLE color: 16635586.

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

Color convert

RGB194214253-
CMYK0.230.1500.01
HSL219.66º93.65%87.65%-
HSV(B)219.66º23.32%99.22%-
XYZ64.0266.65102.42-
YUV212.47150.87114.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.35%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=29.35%
G=32.38%
B=38.28%

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
Decimal1942142530.230.1500.01219.6693.6587.65
HexC2D6FD17F01dc5e58
Octal302326375271701334136130
Binary110000101101011011111101101111111011101110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6FD; }

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

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

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

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

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

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

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

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