Html Css Color HEX #0BBAE6 Deep Sky Blue

📋 copy color: '#0BBAE6'

red 11 ◦ green 186 ◦ blue 230

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

Shades of Deep Sky Blue #0BBAE6

Tints of Deep Sky Blue #0BBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.86%

R = 2.58%
G = 43.56%
B = 53.86%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0BBAE6 (or 0x0BBAE6) is known color: Deep Sky Blue. HEX triplet: 0B, BA and E6. RGB value is (11,186,230). Sum of RGB (Red+Green+Blue) = 11+186+230=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BBAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAE6 is #F44519. Grayscale: #8A8A8A. Windows color (decimal): -16008474 or 15120907. OLE color: 15120907.

HSL color Cylindrical-coordinate representation of color #0BBAE6: hue angle of 192.05º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBAE6 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 186 230 -
CMYK 0.95 0.19 0 0.10
HSL 192.05º 0.91% 0.47% -
HSV(B) 192.05º 0.95% 0.9% -
XYZ 31.98 40.9 81.07 -
YUV 138.69 179.52 36.92 -
System Red Green Blue C M Y K H S L
Decimal 11 186 230 0.95 0.19 0 0.10 192.05 0.91 0.47
Hex B BA E6 5F 13 0 A C0 5B 2F
Octal 13 272 346 137 23 0 12 300 133 57
Binary 1011 10111010 11100110 1011111 10011 0 1010 11000000 1011011 101111

Color Harmonies of #0BBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAE6

Black with #0BBAE6

Text Example


Text Example

White with #0BBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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