#0bd4bf

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

Shades of Robin's Egg Blue #0BD4BF

Tints of Robin's Egg Blue #0BD4BF

Color information

#0BD4BF (or 0x0BD4BF) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, D4 and BF. RGB value is (11,212,191). Sum of RGB (Red+Green+Blue) = 11+212+191=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD4BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD4BF is #F42B40. Grayscale: #959595. Windows color (decimal): -16001857 or 12571659. OLE color: 12571659.

HSL color Cylindrical-coordinate representation of color #0BD4BF: hue angle of 173.73º 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 #0BD4BF is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB11212191-
CMYK0.9500.100.17
HSL173.73º90.13%43.73%-
HSV(B)173.73º94.81%83.14%-
XYZ33.0950.9257.37-
YUV149.51151.4129.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.66%
GREEN value IS 212 (83.20% from 255) = 51.21%
BLUE value IS 191 (75% from 255) = 46.14%
R=2.66%
G=51.21%
B=46.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112121910.9500.100.17173.7390.1343.73
HexBD4BF5F0A11ae5a2c
Octal133242771370122125613254
Binary1011110101001011111110111110101010001101011101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bd4bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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