#22C1F6

Color #22C1F6 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #22C1F6

Tints of Deep Sky Blue #22C1F6

Color information

#22C1F6 (or 0x22C1F6) is unknown color: approx Deep Sky Blue. HEX triplet: 22, C1 and F6. RGB value is (34,193,246). Sum of RGB (Red+Green+Blue) = 34+193+246=473 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.19% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #22C1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22C1F6 is #DD3E09. Grayscale: #979797. Windows color (decimal): -14499338 or 16171298. OLE color: 16171298.

HSL color Cylindrical-coordinate representation of color #22C1F6: hue angle of 195º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22C1F6 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB34193246-
CMYK0.860.2200.04
HSL195º92.17%54.9%-
HSV(B)195º86.18%96.47%-
XYZ36.3645.1393.98-
YUV151.5181.3244.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.19%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=7.19%
G=40.80%
B=52.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal341932460.860.2200.0419592.1754.9
Hex22C1F6561604c35c37
Octal42301366126260430313467
Binary10001011000001111101101010110101100100110000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C1F6; }

 p { color: rgb(34,193,246); }

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

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

 a { background-color: rgb(34,193,246); }

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

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

 span { border-color: rgb(34,193,246); }

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