Html Css Color HEX #0BA6EA Deep Sky Blue

📋 copy color: '#0BA6EA'

red 11 ◦ green 166 ◦ blue 234

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

Shades of Deep Sky Blue #0BA6EA

Tints of Deep Sky Blue #0BA6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 2.68%
G = 40.39%
B = 56.93%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BA6EA (or 0x0BA6EA) is known color: Deep Sky Blue. HEX triplet: 0B, A6 and EA. RGB value is (11,166,234). Sum of RGB (Red+Green+Blue) = 11+166+234=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BA6EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA6EA is #F45915. Grayscale: #7E7E7E. Windows color (decimal): -16013590 or 15377931. OLE color: 15377931.

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

Color convert

RGB 11 166 234 -
CMYK 0.95 0.29 0 0.08
HSL 198.3º 0.91% 0.48% -
HSV(B) 198.3º 0.95% 0.92% -
XYZ 28.63 33.28 82.76 -
YUV 127.41 188.15 44.97 -
System Red Green Blue C M Y K H S L
Decimal 11 166 234 0.95 0.29 0 0.08 198.3 0.91 0.48
Hex B A6 EA 5F 1D 0 8 C6 5B 30
Octal 13 246 352 137 35 0 10 306 133 60
Binary 1011 10100110 11101010 1011111 11101 0 1000 11000110 1011011 110000

Color Harmonies of #0BA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6EA

Black with #0BA6EA

Text Example


Text Example

White with #0BA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,166,234); }

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

background-color css

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

 a { background-color: rgb(11,166,234); }

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

border-color css

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

 span { border-color: rgb(11,166,234); }

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