#0BDAB8

Color #0BDAB8 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0BDAB8

Tints of Robin's Egg Blue #0BDAB8

Color information

#0BDAB8 (or 0x0BDAB8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, DA and B8. RGB value is (11,218,184). Sum of RGB (Red+Green+Blue) = 11+218+184=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDAB8 is #F42547. Grayscale: #989898. Windows color (decimal): -16000328 or 12114443. OLE color: 12114443.

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

Color convert

RGB11218184-
CMYK0.9500.160.15
HSL170.14º90.39%44.9%-
HSV(B)170.14º94.95%85.49%-
XYZ33.8653.6753.92-
YUV152.23145.9227.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.66%
GREEN value IS 218 (85.55% from 255) = 52.78%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=2.66%
G=52.78%
B=44.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112181840.9500.160.15170.1490.3944.9
HexBDAB85F010Faa5a2d
Octal133322701370201725213255
Binary1011110110101011100010111110100001111101010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,218,184); }

 H1.HeaderClassName
 {
   color: #0BDAB8;
 }
 .AnyTagClassName
 {
   color: #0BDAB8;
 }
</style>
background-color css

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

 a { background-color: rgb(11,218,184); }

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

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

 span { border-color: rgb(11,218,184); }

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