Html Css Color HEX #0BBAEF Deep Sky Blue

📋 copy color: '#0BBAEF'

red 11 ◦ green 186 ◦ blue 239

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

Shades of Deep Sky Blue #0BBAEF

Tints of Deep Sky Blue #0BBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 2.52%
G = 42.66%
B = 54.82%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BBAEF (or 0x0BBAEF) is known color: Deep Sky Blue. HEX triplet: 0B, BA and EF. RGB value is (11,186,239). Sum of RGB (Red+Green+Blue) = 11+186+239=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BBAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAEF is #F44510. Grayscale: #8B8B8B. Windows color (decimal): -16008465 or 15710731. OLE color: 15710731.

HSL color Cylindrical-coordinate representation of color #0BBAEF: hue angle of 193.95º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBAEF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 186 239 -
CMYK 0.95 0.22 0 0.06
HSL 193.95º 0.91% 0.49% -
HSV(B) 193.95º 0.95% 0.94% -
XYZ 33.28 41.42 87.9 -
YUV 139.72 184.02 36.19 -
System Red Green Blue C M Y K H S L
Decimal 11 186 239 0.95 0.22 0 0.06 193.95 0.91 0.49
Hex B BA EF 5F 16 0 6 C2 5B 31
Octal 13 272 357 137 26 0 6 302 133 61
Binary 1011 10111010 11101111 1011111 10110 0 110 11000010 1011011 110001

Color Harmonies of #0BBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAEF

Black with #0BBAEF

Text Example


Text Example

White with #0BBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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