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

📋 copy color: '#0BD6BF'

red 11 ◦ green 214 ◦ blue 191

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

Shades of Robin's Egg Blue #0BD6BF

Tints of Robin's Egg Blue #0BD6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.44%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 2.64%
G = 51.44%
B = 45.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#0BD6BF (or 0x0BD6BF) is known color: Robin's Egg Blue. HEX triplet: 0B, D6 and BF. RGB value is (11,214,191). Sum of RGB (Red+Green+Blue) = 11+214+191=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD6BF is #F42940. Grayscale: #969696. Windows color (decimal): -16001345 or 12572171. OLE color: 12572171.

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

Color convert

RGB 11 214 191 -
CMYK 0.95 0 0.11 0.16
HSL 173.2º 0.9% 0.44% -
HSV(B) 173.2º 0.95% 0.84% -
XYZ 33.59 51.93 57.54 -
YUV 150.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 11 214 191 0.95 0 0.11 0.16 173.2 0.9 0.44
Hex B D6 BF 5F 0 B 10 AD 5A 2C
Octal 13 326 277 137 0 13 20 255 132 54
Binary 1011 11010110 10111111 1011111 0 1011 10000 10101101 1011010 101100

Color Harmonies of #0BD6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD6BF

Black with #0BD6BF

Text Example


Text Example

White with #0BD6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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