#09B0EB

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

Shades of Deep Sky Blue #09B0EB

Tints of Deep Sky Blue #09B0EB

Color information

#09B0EB (or 0x09B0EB) is unknown color: approx Deep Sky Blue. HEX triplet: 09, B0 and EB. RGB value is (9,176,235). Sum of RGB (Red+Green+Blue) = 9+176+235=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #09B0EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B0EB is #F64F14. Grayscale: #848484. Windows color (decimal): -16142101 or 15446025. OLE color: 15446025.

HSL color Cylindrical-coordinate representation of color #09B0EB: hue angle of 195.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B0EB is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9176235-
CMYK0.960.2500.08
HSL195.66º92.62%47.84%-
HSV(B)195.66º96.17%92.16%-
XYZ30.6337.1184.15-
YUV132.79185.6739.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.14%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 235 (92.19% from 255) = 55.95%
R=2.14%
G=41.90%
B=55.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91762350.960.2500.08195.6692.6247.84
Hex9B0EB601908c45d30
Octal112603531403101030413560
Binary1001101100001110101111000001100101000110001001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09B0EB; }

 p { color: rgb(9,176,235); }

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

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

 a { background-color: rgb(9,176,235); }

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

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

 span { border-color: rgb(9,176,235); }

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