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

📋 copy color: '#0BD7BC'

red 11 ◦ green 215 ◦ blue 188

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

Shades of Robin's Egg Blue #0BD7BC

Tints of Robin's Egg Blue #0BD7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 2.66%
G = 51.93%
B = 45.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#0BD7BC (or 0x0BD7BC) is known color: Robin's Egg Blue. HEX triplet: 0B, D7 and BC. RGB value is (11,215,188). Sum of RGB (Red+Green+Blue) = 11+215+188=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7BC is #F42843. Grayscale: #969696. Windows color (decimal): -16001092 or 12375819. OLE color: 12375819.

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

Color convert

RGB 11 215 188 -
CMYK 0.95 0 0.13 0.16
HSL 172.06º 0.9% 0.44% -
HSV(B) 172.06º 0.95% 0.84% -
XYZ 33.52 52.3 55.91 -
YUV 150.93 148.91 28.2 -
System Red Green Blue C M Y K H S L
Decimal 11 215 188 0.95 0 0.13 0.16 172.06 0.9 0.44
Hex B D7 BC 5F 0 D 10 AC 5A 2C
Octal 13 327 274 137 0 15 20 254 132 54
Binary 1011 11010111 10111100 1011111 0 1101 10000 10101100 1011010 101100

Color Harmonies of #0BD7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD7BC

Black with #0BD7BC

Text Example


Text Example

White with #0BD7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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