Html Css Color HEX #0BA6ED Deep Sky Blue

📋 copy color: '#0BA6ED'

red 11 ◦ green 166 ◦ blue 237

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

Shades of Deep Sky Blue #0BA6ED

Tints of Deep Sky Blue #0BA6ED

RGB

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

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

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

R = 2.66%
G = 40.1%
B = 57.25%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BA6ED (or 0x0BA6ED) is known color: Deep Sky Blue. HEX triplet: 0B, A6 and ED. RGB value is (11,166,237). Sum of RGB (Red+Green+Blue) = 11+166+237=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BA6ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA6ED is #F45912. Grayscale: #7F7F7F. Windows color (decimal): -16013587 or 15574539. OLE color: 15574539.

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

Color convert

RGB 11 166 237 -
CMYK 0.95 0.30 0 0.07
HSL 198.85º 0.91% 0.49% -
HSV(B) 198.85º 0.95% 0.93% -
XYZ 29.06 33.46 85.05 -
YUV 127.75 189.65 44.73 -
System Red Green Blue C M Y K H S L
Decimal 11 166 237 0.95 0.30 0 0.07 198.85 0.91 0.49
Hex B A6 ED 5F 1E 0 7 C7 5B 31
Octal 13 246 355 137 36 0 7 307 133 61
Binary 1011 10100110 11101101 1011111 11110 0 111 11000111 1011011 110001

Color Harmonies of #0BA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6ED

Black with #0BA6ED

Text Example


Text Example

White with #0BA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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