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

📋 copy color: '#0BCFB6'

red 11 ◦ green 207 ◦ blue 182

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

Shades of Robin's Egg Blue #0BCFB6

Tints of Robin's Egg Blue #0BCFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 2.75%
G = 51.75%
B = 45.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#0BCFB6 (or 0x0BCFB6) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and B6. RGB value is (11,207,182). Sum of RGB (Red+Green+Blue) = 11+207+182=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFB6 is #F43049. Grayscale: #919191. Windows color (decimal): -16003146 or 11980555. OLE color: 11980555.

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

Color convert

RGB 11 207 182 -
CMYK 0.95 0 0.12 0.19
HSL 172.35º 0.9% 0.43% -
HSV(B) 172.35º 0.95% 0.81% -
XYZ 30.89 48.07 51.91 -
YUV 145.55 148.57 32.03 -
System Red Green Blue C M Y K H S L
Decimal 11 207 182 0.95 0 0.12 0.19 172.35 0.9 0.43
Hex B CF B6 5F 0 C 13 AC 5A 2B
Octal 13 317 266 137 0 14 23 254 132 53
Binary 1011 11001111 10110110 1011111 0 1100 10011 10101100 1011010 101011

Color Harmonies of #0BCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFB6

Black with #0BCFB6

Text Example


Text Example

White with #0BCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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