#09B5EB

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

Shades of Deep Sky Blue #09B5EB

Tints of Deep Sky Blue #09B5EB

Color information

#09B5EB (or 0x09B5EB) is unknown color: approx Deep Sky Blue. HEX triplet: 09, B5 and EB. RGB value is (9,181,235). Sum of RGB (Red+Green+Blue) = 9+181+235=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #09B5EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B5EB is #F64A14. Grayscale: #878787. Windows color (decimal): -16140821 or 15447305. OLE color: 15447305.

HSL color Cylindrical-coordinate representation of color #09B5EB: hue angle of 194.34º 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 #09B5EB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9181235-
CMYK0.960.2300.08
HSL194.34º92.62%47.84%-
HSV(B)194.34º96.17%92.16%-
XYZ31.6339.184.48-
YUV135.73184.0237.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.12%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=2.12%
G=42.59%
B=55.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91812350.960.2300.08194.3492.6247.84
Hex9B5EB601708c25d30
Octal112653531402701030213560
Binary1001101101011110101111000001011101000110000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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