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

📋 copy color: '#0BC3BB'

red 11 ◦ green 195 ◦ blue 187

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

Shades of Robin's Egg Blue #0BC3BB

Tints of Robin's Egg Blue #0BC3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 2.8%
G = 49.62%
B = 47.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0BC3BB (or 0x0BC3BB) is known color: Robin's Egg Blue. HEX triplet: 0B, C3 and BB. RGB value is (11,195,187). Sum of RGB (Red+Green+Blue) = 11+195+187=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC3BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC3BB is #F43C44. Grayscale: #8A8A8A. Windows color (decimal): -16006213 or 12305163. OLE color: 12305163.

HSL color Cylindrical-coordinate representation of color #0BC3BB: hue angle of 177.39º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC3BB is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 187 -
CMYK 0.94 0 0.04 0.24
HSL 177.39º 0.89% 0.4% -
HSV(B) 177.39º 0.94% 0.76% -
XYZ 28.62 42.69 53.74 -
YUV 139.07 155.04 36.65 -
System Red Green Blue C M Y K H S L
Decimal 11 195 187 0.94 0 0.04 0.24 177.39 0.89 0.4
Hex B C3 BB 5E 0 4 18 B1 59 28
Octal 13 303 273 136 0 4 30 261 131 50
Binary 1011 11000011 10111011 1011110 0 100 11000 10110001 1011001 101000

Color Harmonies of #0BC3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC3BB

Black with #0BC3BB

Text Example


Text Example

White with #0BC3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,187); }

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

background-color css

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

 a { background-color: rgb(11,195,187); }

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

border-color css

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

 span { border-color: rgb(11,195,187); }

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