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

📋 copy color: '#0BD7C1'

red 11 ◦ green 215 ◦ blue 193

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

Shades of Robin's Egg Blue #0BD7C1

Tints of Robin's Egg Blue #0BD7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 2.63%
G = 51.31%
B = 46.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#0BD7C1 (or 0x0BD7C1) is known color: Robin's Egg Blue. HEX triplet: 0B, D7 and C1. RGB value is (11,215,193). Sum of RGB (Red+Green+Blue) = 11+215+193=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7C1 is #F4283E. Grayscale: #979797. Windows color (decimal): -16001087 or 12703499. OLE color: 12703499.

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

Color convert

RGB 11 215 193 -
CMYK 0.95 0 0.10 0.16
HSL 173.53º 0.9% 0.44% -
HSV(B) 173.53º 0.95% 0.84% -
XYZ 34.06 52.52 58.79 -
YUV 151.5 151.41 27.79 -
System Red Green Blue C M Y K H S L
Decimal 11 215 193 0.95 0 0.10 0.16 173.53 0.9 0.44
Hex B D7 C1 5F 0 A 10 AE 5A 2C
Octal 13 327 301 137 0 12 20 256 132 54
Binary 1011 11010111 11000001 1011111 0 1010 10000 10101110 1011010 101100

Color Harmonies of #0BD7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD7C1

Black with #0BD7C1

Text Example


Text Example

White with #0BD7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,215,193); }

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

background-color css

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

 a { background-color: rgb(11,215,193); }

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

border-color css

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

 span { border-color: rgb(11,215,193); }

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