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

📋 copy color: '#0BDCBC'

red 11 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #0BDCBC

Tints of Robin's Egg Blue #0BDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.51%

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

R = 2.63%
G = 52.51%
B = 44.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#0BDCBC (or 0x0BDCBC) is known color: Robin's Egg Blue. HEX triplet: 0B, DC and BC. RGB value is (11,220,188). Sum of RGB (Red+Green+Blue) = 11+220+188=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCBC is #F42343. Grayscale: #999999. Windows color (decimal): -15999812 or 12377099. OLE color: 12377099.

HSL color Cylindrical-coordinate representation of color #0BDCBC: hue angle of 170.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDCBC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 188 -
CMYK 0.95 0 0.15 0.14
HSL 170.81º 0.9% 0.45% -
HSV(B) 170.81º 0.95% 0.86% -
XYZ 34.81 54.89 56.34 -
YUV 153.86 147.26 26.1 -
System Red Green Blue C M Y K H S L
Decimal 11 220 188 0.95 0 0.15 0.14 170.81 0.9 0.45
Hex B DC BC 5F 0 F E AB 5A 2D
Octal 13 334 274 137 0 17 16 253 132 55
Binary 1011 11011100 10111100 1011111 0 1111 1110 10101011 1011010 101101

Color Harmonies of #0BDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDCBC

Black with #0BDCBC

Text Example


Text Example

White with #0BDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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