#22BDF9

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

Shades of Deep Sky Blue #22BDF9

Tints of Deep Sky Blue #22BDF9

Color information

#22BDF9 (or 0x22BDF9) is unknown color: approx Deep Sky Blue. HEX triplet: 22, BD and F9. RGB value is (34,189,249). Sum of RGB (Red+Green+Blue) = 34+189+249=472 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.20% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #22BDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22BDF9 is #DD4206. Grayscale: #959595. Windows color (decimal): -14500359 or 16366882. OLE color: 16366882.

HSL color Cylindrical-coordinate representation of color #22BDF9: hue angle of 196.74º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22BDF9 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB34189249-
CMYK0.860.2400.02
HSL196.74º94.71%55.49%-
HSV(B)196.74º86.35%97.65%-
XYZ35.9643.5796.14-
YUV149.5184.1545.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.20%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=7.20%
G=40.04%
B=52.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal341892490.860.2400.02196.7494.7155.49
Hex22BDF9561802c55f37
Octal42275371126300230513767
Binary1000101011110111111001101011011000010110001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,189,249); }

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

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

 a { background-color: rgb(34,189,249); }

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

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

 span { border-color: rgb(34,189,249); }

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