Html Css Color HEX #0BA9ED Deep Sky Blue

📋 copy color: '#0BA9ED'

red 11 ◦ green 169 ◦ blue 237

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

Shades of Deep Sky Blue #0BA9ED

Tints of Deep Sky Blue #0BA9ED

RGB

 RED value IS 11 (4.69% from 255) = 2.64%

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 2.64%
G = 40.53%
B = 56.83%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BA9ED (or 0x0BA9ED) is known color: Deep Sky Blue. HEX triplet: 0B, A9 and ED. RGB value is (11,169,237). Sum of RGB (Red+Green+Blue) = 11+169+237=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BA9ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA9ED is #F45612. Grayscale: #818181. Windows color (decimal): -16012819 or 15575307. OLE color: 15575307.

HSL color Cylindrical-coordinate representation of color #0BA9ED: hue angle of 198.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA9ED is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 169 237 -
CMYK 0.95 0.29 0 0.07
HSL 198.05º 0.91% 0.49% -
HSV(B) 198.05º 0.95% 0.93% -
XYZ 29.61 34.56 85.23 -
YUV 129.51 188.65 43.47 -
System Red Green Blue C M Y K H S L
Decimal 11 169 237 0.95 0.29 0 0.07 198.05 0.91 0.49
Hex B A9 ED 5F 1D 0 7 C6 5B 31
Octal 13 251 355 137 35 0 7 306 133 61
Binary 1011 10101001 11101101 1011111 11101 0 111 11000110 1011011 110001

Color Harmonies of #0BA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9ED

Black with #0BA9ED

Text Example


Text Example

White with #0BA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BA9ED; }

 p { color: rgb(11,169,237); }

 H1.HeaderClassName
 {
   color: #0BA9ED;
 }
 .AnyTagClassName
 {
   color: #0BA9ED;
 }
</style>

background-color css

<style>
 a { background-color: #0BA9ED; }

 a { background-color: rgb(11,169,237); }

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

border-color css

<style>
 span { border-color: #0BA9ED; }

 span { border-color: rgb(11,169,237); }

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