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

📋 copy color: '#0BD7BE'

red 11 ◦ green 215 ◦ blue 190

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

Shades of Robin's Egg Blue #0BD7BE

Tints of Robin's Egg Blue #0BD7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.68%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 2.64%
G = 51.68%
B = 45.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#0BD7BE (or 0x0BD7BE) is known color: Robin's Egg Blue. HEX triplet: 0B, D7 and BE. RGB value is (11,215,190). Sum of RGB (Red+Green+Blue) = 11+215+190=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7BE is #F42841. Grayscale: #979797. Windows color (decimal): -16001090 or 12506891. OLE color: 12506891.

HSL color Cylindrical-coordinate representation of color #0BD7BE: hue angle of 172.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD7BE is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 215 190 -
CMYK 0.95 0 0.12 0.16
HSL 172.65º 0.9% 0.44% -
HSV(B) 172.65º 0.95% 0.84% -
XYZ 33.73 52.39 57.05 -
YUV 151.15 149.91 28.03 -
System Red Green Blue C M Y K H S L
Decimal 11 215 190 0.95 0 0.12 0.16 172.65 0.9 0.44
Hex B D7 BE 5F 0 C 10 AD 5A 2C
Octal 13 327 276 137 0 14 20 255 132 54
Binary 1011 11010111 10111110 1011111 0 1100 10000 10101101 1011010 101100

Color Harmonies of #0BD7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD7BE

Black with #0BD7BE

Text Example


Text Example

White with #0BD7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,215,190); }

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

background-color css

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

 a { background-color: rgb(11,215,190); }

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

border-color css

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

 span { border-color: rgb(11,215,190); }

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