Html Css Color HEX #0BA9FF Deep Sky Blue

📋 copy color: '#0BA9FF'

red 11 ◦ green 169 ◦ blue 255

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

Shades of Deep Sky Blue #0BA9FF

Tints of Deep Sky Blue #0BA9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 2.53%
G = 38.85%
B = 58.62%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BA9FF (or 0x0BA9FF) is known color: Deep Sky Blue. HEX triplet: 0B, A9 and FF. RGB value is (11,169,255). Sum of RGB (Red+Green+Blue) = 11+169+255=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BA9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA9FF is #F45600. Grayscale: #838383. Windows color (decimal): -16012801 or 16754955. OLE color: 16754955.

HSL color Cylindrical-coordinate representation of color #0BA9FF: hue angle of 201.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA9FF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 169 255 -
CMYK 0.96 0.34 0 0
HSL 201.15º 1% 0.52% -
HSV(B) 201.15º 0.96% 1% -
XYZ 32.38 35.67 99.79 -
YUV 131.56 197.65 42.01 -
System Red Green Blue C M Y K H S L
Decimal 11 169 255 0.96 0.34 0 0 201.15 1 0.52
Hex B A9 FF 60 22 0 0 C9 64 34
Octal 13 251 377 140 42 0 0 311 144 64
Binary 1011 10101001 11111111 1100000 100010 0 0 11001001 1100100 110100

Color Harmonies of #0BA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9FF

Black with #0BA9FF

Text Example


Text Example

White with #0BA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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