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

📋 copy color: '#0BE7B9'

red 11 ◦ green 231 ◦ blue 185

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

Shades of Robin's Egg Blue #0BE7B9

Tints of Robin's Egg Blue #0BE7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.1%

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 2.58%
G = 54.1%
B = 43.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#0BE7B9 (or 0x0BE7B9) is known color: Robin's Egg Blue. HEX triplet: 0B, E7 and B9. RGB value is (11,231,185). Sum of RGB (Red+Green+Blue) = 11+231+185=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE7B9 is #F41846. Grayscale: #9F9F9F. Windows color (decimal): -15996999 or 12183307. OLE color: 12183307.

HSL color Cylindrical-coordinate representation of color #0BE7B9: hue angle of 167.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7B9 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 231 185 -
CMYK 0.95 0 0.20 0.09
HSL 167.45º 0.91% 0.47% -
HSV(B) 167.45º 0.95% 0.91% -
XYZ 37.47 60.73 55.65 -
YUV 159.98 142.11 21.74 -
System Red Green Blue C M Y K H S L
Decimal 11 231 185 0.95 0 0.20 0.09 167.45 0.91 0.47
Hex B E7 B9 5F 0 14 9 A7 5B 2F
Octal 13 347 271 137 0 24 11 247 133 57
Binary 1011 11100111 10111001 1011111 0 10100 1001 10100111 1011011 101111

Color Harmonies of #0BE7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE7B9

Black with #0BE7B9

Text Example


Text Example

White with #0BE7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,231,185); }

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

background-color css

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

 a { background-color: rgb(11,231,185); }

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

border-color css

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

 span { border-color: rgb(11,231,185); }

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