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

📋 copy color: '#0BD1BC'

red 11 ◦ green 209 ◦ blue 188

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

Shades of Robin's Egg Blue #0BD1BC

Tints of Robin's Egg Blue #0BD1BC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.23%

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 2.7%
G = 51.23%
B = 46.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#0BD1BC (or 0x0BD1BC) is known color: Robin's Egg Blue. HEX triplet: 0B, D1 and BC. RGB value is (11,209,188). Sum of RGB (Red+Green+Blue) = 11+209+188=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD1BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD1BC is #F42E43. Grayscale: #939393. Windows color (decimal): -16002628 or 12374283. OLE color: 12374283.

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

Color convert

RGB 11 209 188 -
CMYK 0.95 0 0.10 0.18
HSL 173.64º 0.9% 0.43% -
HSV(B) 173.64º 0.95% 0.82% -
XYZ 32.02 49.3 55.41 -
YUV 147.4 150.9 30.71 -
System Red Green Blue C M Y K H S L
Decimal 11 209 188 0.95 0 0.10 0.18 173.64 0.9 0.43
Hex B D1 BC 5F 0 A 12 AE 5A 2B
Octal 13 321 274 137 0 12 22 256 132 53
Binary 1011 11010001 10111100 1011111 0 1010 10010 10101110 1011010 101011

Color Harmonies of #0BD1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD1BC

Black with #0BD1BC

Text Example


Text Example

White with #0BD1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,209,188); }

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

background-color css

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

 a { background-color: rgb(11,209,188); }

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

border-color css

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

 span { border-color: rgb(11,209,188); }

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