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

📋 copy color: '#0BCFBA'

red 11 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #0BCFBA

Tints of Robin's Egg Blue #0BCFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

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

R = 2.72%
G = 51.24%
B = 46.04%

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

#0BCFBA (or 0x0BCFBA) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and BA. RGB value is (11,207,186). Sum of RGB (Red+Green+Blue) = 11+207+186=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFBA is #F43045. Grayscale: #919191. Windows color (decimal): -16003142 or 12242699. OLE color: 12242699.

HSL color Cylindrical-coordinate representation of color #0BCFBA: hue angle of 173.57º 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 #0BCFBA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 186 -
CMYK 0.95 0 0.10 0.19
HSL 173.57º 0.9% 0.43% -
HSV(B) 173.57º 0.95% 0.81% -
XYZ 31.31 48.24 54.12 -
YUV 146 150.57 31.71 -
System Red Green Blue C M Y K H S L
Decimal 11 207 186 0.95 0 0.10 0.19 173.57 0.9 0.43
Hex B CF BA 5F 0 A 13 AE 5A 2B
Octal 13 317 272 137 0 12 23 256 132 53
Binary 1011 11001111 10111010 1011111 0 1010 10011 10101110 1011010 101011

Color Harmonies of #0BCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFBA

Black with #0BCFBA

Text Example


Text Example

White with #0BCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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