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

📋 copy color: '#0BCDBA'

red 11 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #0BCDBA

Tints of Robin's Egg Blue #0BCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 2.74%
G = 51%
B = 46.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#0BCDBA (or 0x0BCDBA) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and BA. RGB value is (11,205,186). Sum of RGB (Red+Green+Blue) = 11+205+186=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDBA is #F43245. Grayscale: #909090. Windows color (decimal): -16003654 or 12242187. OLE color: 12242187.

HSL color Cylindrical-coordinate representation of color #0BCDBA: hue angle of 174.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDBA is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 186 -
CMYK 0.95 0 0.09 0.20
HSL 174.12º 0.9% 0.42% -
HSV(B) 174.12º 0.95% 0.8% -
XYZ 30.83 47.28 53.96 -
YUV 144.83 151.23 32.54 -
System Red Green Blue C M Y K H S L
Decimal 11 205 186 0.95 0 0.09 0.20 174.12 0.9 0.42
Hex B CD BA 5F 0 9 14 AE 5A 2A
Octal 13 315 272 137 0 11 24 256 132 52
Binary 1011 11001101 10111010 1011111 0 1001 10100 10101110 1011010 101010

Color Harmonies of #0BCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDBA

Black with #0BCDBA

Text Example


Text Example

White with #0BCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,186); }

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

background-color css

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

 a { background-color: rgb(11,205,186); }

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

border-color css

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

 span { border-color: rgb(11,205,186); }

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