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

📋 copy color: '#0BD4BB'

red 11 ◦ green 212 ◦ blue 187

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

Shades of Robin's Egg Blue #0BD4BB

Tints of Robin's Egg Blue #0BD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.71%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 2.68%
G = 51.71%
B = 45.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#0BD4BB (or 0x0BD4BB) is known color: Robin's Egg Blue. HEX triplet: 0B, D4 and BB. RGB value is (11,212,187). Sum of RGB (Red+Green+Blue) = 11+212+187=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD4BB is #F42B44. Grayscale: #949494. Windows color (decimal): -16001861 or 12309515. OLE color: 12309515.

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

Color convert

RGB 11 212 187 -
CMYK 0.95 0 0.12 0.17
HSL 172.54º 0.9% 0.44% -
HSV(B) 172.54º 0.95% 0.83% -
XYZ 32.65 50.75 55.09 -
YUV 149.05 149.41 29.53 -
System Red Green Blue C M Y K H S L
Decimal 11 212 187 0.95 0 0.12 0.17 172.54 0.9 0.44
Hex B D4 BB 5F 0 C 11 AD 5A 2C
Octal 13 324 273 137 0 14 21 255 132 54
Binary 1011 11010100 10111011 1011111 0 1100 10001 10101101 1011010 101100

Color Harmonies of #0BD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD4BB

Black with #0BD4BB

Text Example


Text Example

White with #0BD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,187); }

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

background-color css

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

 a { background-color: rgb(11,212,187); }

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

border-color css

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

 span { border-color: rgb(11,212,187); }

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