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

📋 copy color: '#0BCABB'

red 11 ◦ green 202 ◦ blue 187

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

Shades of Robin's Egg Blue #0BCABB

Tints of Robin's Egg Blue #0BCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.5%

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

R = 2.75%
G = 50.5%
B = 46.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#0BCABB (or 0x0BCABB) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and BB. RGB value is (11,202,187). Sum of RGB (Red+Green+Blue) = 11+202+187=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCABB is #F43544. Grayscale: #8F8F8F. Windows color (decimal): -16004421 or 12306955. OLE color: 12306955.

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

Color convert

RGB 11 202 187 -
CMYK 0.95 0 0.07 0.21
HSL 175.29º 0.9% 0.42% -
HSV(B) 175.29º 0.95% 0.79% -
XYZ 30.23 45.9 54.28 -
YUV 143.18 152.72 33.72 -
System Red Green Blue C M Y K H S L
Decimal 11 202 187 0.95 0 0.07 0.21 175.29 0.9 0.42
Hex B CA BB 5F 0 7 15 AF 5A 2A
Octal 13 312 273 137 0 7 25 257 132 52
Binary 1011 11001010 10111011 1011111 0 111 10101 10101111 1011010 101010

Color Harmonies of #0BCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCABB

Black with #0BCABB

Text Example


Text Example

White with #0BCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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