Html Css Color HEX #09B0EA Deep Sky Blue

📋 copy color: '#09B0EA'

red 9 ◦ green 176 ◦ blue 234

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

Shades of Deep Sky Blue #09B0EA

Tints of Deep Sky Blue #09B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 234 (91.8% from 255) = 55.85%

R = 2.15%
G = 42%
B = 55.85%

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

#09B0EA (or 0x09B0EA) is known color: Deep Sky Blue. HEX triplet: 09, B0 and EA. RGB value is (9,176,234). Sum of RGB (Red+Green+Blue) = 9+176+234=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #09B0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B0EA is #F64F15. Grayscale: #848484. Windows color (decimal): -16142102 or 15380489. OLE color: 15380489.

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

Color convert

RGB 9 176 234 -
CMYK 0.96 0.25 0 0.08
HSL 195.47º 0.93% 0.48% -
HSV(B) 195.47º 0.96% 0.92% -
XYZ 30.49 37.05 83.39 -
YUV 132.68 185.17 39.78 -
System Red Green Blue C M Y K H S L
Decimal 9 176 234 0.96 0.25 0 0.08 195.47 0.93 0.48
Hex 9 B0 EA 60 19 0 8 C3 5D 30
Octal 11 260 352 140 31 0 10 303 135 60
Binary 1001 10110000 11101010 1100000 11001 0 1000 11000011 1011101 110000

Color Harmonies of #09B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0EA

Black with #09B0EA

Text Example


Text Example

White with #09B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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