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

📋 copy color: '#0BCEBA'

red 11 ◦ green 206 ◦ blue 186

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

Shades of Robin's Egg Blue #0BCEBA

Tints of Robin's Egg Blue #0BCEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.12%

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

R = 2.73%
G = 51.12%
B = 46.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#0BCEBA (or 0x0BCEBA) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and BA. RGB value is (11,206,186). Sum of RGB (Red+Green+Blue) = 11+206+186=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEBA is #F43145. Grayscale: #919191. Windows color (decimal): -16003398 or 12242443. OLE color: 12242443.

HSL color Cylindrical-coordinate representation of color #0BCEBA: hue angle of 173.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEBA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 206 186 -
CMYK 0.95 0 0.10 0.19
HSL 173.85º 0.9% 0.43% -
HSV(B) 173.85º 0.95% 0.81% -
XYZ 31.07 47.76 54.04 -
YUV 145.42 150.9 32.13 -
System Red Green Blue C M Y K H S L
Decimal 11 206 186 0.95 0 0.10 0.19 173.85 0.9 0.43
Hex B CE BA 5F 0 A 13 AE 5A 2B
Octal 13 316 272 137 0 12 23 256 132 53
Binary 1011 11001110 10111010 1011111 0 1010 10011 10101110 1011010 101011

Color Harmonies of #0BCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEBA

Black with #0BCEBA

Text Example


Text Example

White with #0BCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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