Html Css Color HEX #09B1EB Deep Sky Blue

📋 copy color: '#09B1EB'

red 9 ◦ green 177 ◦ blue 235

#09B1EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #09B1EB

Tints of Deep Sky Blue #09B1EB

RGB

 RED value IS 9 (3.91% from 255) = 2.14%

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 2.14%
G = 42.04%
B = 55.82%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09B1EB (or 0x09B1EB) is known color: Deep Sky Blue. HEX triplet: 09, B1 and EB. RGB value is (9,177,235). Sum of RGB (Red+Green+Blue) = 9+177+235=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #09B1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B1EB is #F64E14. Grayscale: #848484. Windows color (decimal): -16141845 or 15446281. OLE color: 15446281.

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

Color convert

RGB 9 177 235 -
CMYK 0.96 0.25 0 0.08
HSL 195.4º 0.93% 0.48% -
HSV(B) 195.4º 0.96% 0.92% -
XYZ 30.83 37.5 84.21 -
YUV 133.38 185.34 39.28 -
System Red Green Blue C M Y K H S L
Decimal 9 177 235 0.96 0.25 0 0.08 195.4 0.93 0.48
Hex 9 B1 EB 60 19 0 8 C3 5D 30
Octal 11 261 353 140 31 0 10 303 135 60
Binary 1001 10110001 11101011 1100000 11001 0 1000 11000011 1011101 110000

Color Harmonies of #09B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B1EB

Black with #09B1EB

Text Example


Text Example

White with #09B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09B1EB;
 }
 .AnyTagClassName
 {
   color: #09B1EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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