Html Css Color HEX #0BDFBA Robin's Egg Blue

📋 copy color: '#0BDFBA'

red 11 ◦ green 223 ◦ blue 186

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

Shades of Robin's Egg Blue #0BDFBA

Tints of Robin's Egg Blue #0BDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 2.62%
G = 53.1%
B = 44.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#0BDFBA (or 0x0BDFBA) is known color: Robin's Egg Blue. HEX triplet: 0B, DF and BA. RGB value is (11,223,186). Sum of RGB (Red+Green+Blue) = 11+223+186=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFBA is #F42045. Grayscale: #9B9B9B. Windows color (decimal): -15999046 or 12246795. OLE color: 12246795.

HSL color Cylindrical-coordinate representation of color #0BDFBA: hue angle of 169.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFBA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 186 -
CMYK 0.95 0 0.17 0.13
HSL 169.53º 0.91% 0.46% -
HSV(B) 169.53º 0.95% 0.87% -
XYZ 35.39 56.39 55.47 -
YUV 155.39 145.26 25.01 -
System Red Green Blue C M Y K H S L
Decimal 11 223 186 0.95 0 0.17 0.13 169.53 0.91 0.46
Hex B DF BA 5F 0 11 D AA 5B 2E
Octal 13 337 272 137 0 21 15 252 133 56
Binary 1011 11011111 10111010 1011111 0 10001 1101 10101010 1011011 101110

Color Harmonies of #0BDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDFBA

Black with #0BDFBA

Text Example


Text Example

White with #0BDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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