Html Css Color HEX #0BBAEB Deep Sky Blue

📋 copy color: '#0BBAEB'

red 11 ◦ green 186 ◦ blue 235

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

Shades of Deep Sky Blue #0BBAEB

Tints of Deep Sky Blue #0BBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.06%

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

R = 2.55%
G = 43.06%
B = 54.4%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BBAEB (or 0x0BBAEB) is known color: Deep Sky Blue. HEX triplet: 0B, BA and EB. RGB value is (11,186,235). Sum of RGB (Red+Green+Blue) = 11+186+235=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BBAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAEB is #F44514. Grayscale: #8A8A8A. Windows color (decimal): -16008469 or 15448587. OLE color: 15448587.

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

Color convert

RGB 11 186 235 -
CMYK 0.95 0.21 0 0.08
HSL 193.13º 0.91% 0.48% -
HSV(B) 193.13º 0.95% 0.92% -
XYZ 32.69 41.19 84.82 -
YUV 139.26 182.02 36.52 -
System Red Green Blue C M Y K H S L
Decimal 11 186 235 0.95 0.21 0 0.08 193.13 0.91 0.48
Hex B BA EB 5F 15 0 8 C1 5B 30
Octal 13 272 353 137 25 0 10 301 133 60
Binary 1011 10111010 11101011 1011111 10101 0 1000 11000001 1011011 110000

Color Harmonies of #0BBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAEB

Black with #0BBAEB

Text Example


Text Example

White with #0BBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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