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

📋 copy color: '#0BC6B2'

red 11 ◦ green 198 ◦ blue 178

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

Shades of Robin's Egg Blue #0BC6B2

Tints of Robin's Egg Blue #0BC6B2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 2.84%
G = 51.16%
B = 45.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#0BC6B2 (or 0x0BC6B2) is known color: Robin's Egg Blue. HEX triplet: 0B, C6 and B2. RGB value is (11,198,178). Sum of RGB (Red+Green+Blue) = 11+198+178=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC6B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC6B2 is #F4394D. Grayscale: #8B8B8B. Windows color (decimal): -16005454 or 11716107. OLE color: 11716107.

HSL color Cylindrical-coordinate representation of color #0BC6B2: hue angle of 173.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC6B2 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 198 178 -
CMYK 0.94 0 0.10 0.22
HSL 173.58º 0.89% 0.41% -
HSV(B) 173.58º 0.94% 0.78% -
XYZ 28.37 43.67 49.05 -
YUV 139.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 11 198 178 0.94 0 0.10 0.22 173.58 0.89 0.41
Hex B C6 B2 5E 0 A 16 AE 59 29
Octal 13 306 262 136 0 12 26 256 131 51
Binary 1011 11000110 10110010 1011110 0 1010 10110 10101110 1011001 101001

Color Harmonies of #0BC6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC6B2

Black with #0BC6B2

Text Example


Text Example

White with #0BC6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,198,178); }

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

background-color css

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

 a { background-color: rgb(11,198,178); }

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

border-color css

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

 span { border-color: rgb(11,198,178); }

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