#0BDDC2

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

Shades of Robin's Egg Blue #0BDDC2

Tints of Robin's Egg Blue #0BDDC2

Color information

#0BDDC2 (or 0x0BDDC2) is unknown color: approx Robin's Egg Blue. HEX triplet: 0B, DD and C2. RGB value is (11,221,194). Sum of RGB (Red+Green+Blue) = 11+221+194=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDC2 is #F4223D. Grayscale: #9B9B9B. Windows color (decimal): -15999550 or 12770571. OLE color: 12770571.

HSL color Cylindrical-coordinate representation of color #0BDDC2: hue angle of 172.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDC2 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB11221194-
CMYK0.9500.120.13
HSL172.29º90.52%45.49%-
HSV(B)172.29º95.02%86.67%-
XYZ35.7355.6859.9-
YUV155.13149.9325.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.58%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 194 (76.17% from 255) = 45.54%
R=2.58%
G=51.88%
B=45.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112211940.9500.120.13172.2990.5245.49
HexBDDC25F0CDac5b2d
Octal133353021370141525413355
Binary101111011101110000101011111011001101101011001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,221,194); }

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

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

 a { background-color: rgb(11,221,194); }

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

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

 span { border-color: rgb(11,221,194); }

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