Html Css Color HEX #0BA6EB Deep Sky Blue

📋 copy color: '#0BA6EB'

red 11 ◦ green 166 ◦ blue 235

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

Shades of Deep Sky Blue #0BA6EB

Tints of Deep Sky Blue #0BA6EB

RGB

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

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

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

R = 2.67%
G = 40.29%
B = 57.04%

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

#0BA6EB (or 0x0BA6EB) is known color: Deep Sky Blue. HEX triplet: 0B, A6 and EB. RGB value is (11,166,235). Sum of RGB (Red+Green+Blue) = 11+166+235=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BA6EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA6EB is #F45914. Grayscale: #7F7F7F. Windows color (decimal): -16013589 or 15443467. OLE color: 15443467.

HSL color Cylindrical-coordinate representation of color #0BA6EB: hue angle of 198.48º 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 #0BA6EB is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 166 235 -
CMYK 0.95 0.29 0 0.08
HSL 198.48º 0.91% 0.48% -
HSV(B) 198.48º 0.95% 0.92% -
XYZ 28.77 33.34 83.52 -
YUV 127.52 188.65 44.89 -
System Red Green Blue C M Y K H S L
Decimal 11 166 235 0.95 0.29 0 0.08 198.48 0.91 0.48
Hex B A6 EB 5F 1D 0 8 C6 5B 30
Octal 13 246 353 137 35 0 10 306 133 60
Binary 1011 10100110 11101011 1011111 11101 0 1000 11000110 1011011 110000

Color Harmonies of #0BA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6EB

Black with #0BA6EB

Text Example


Text Example

White with #0BA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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