Html Css Color HEX #8BD5BB Bermuda

📋 copy color: '#8BD5BB'

red 139 ◦ green 213 ◦ blue 187

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

Shades of Bermuda #8BD5BB

Tints of Bermuda #8BD5BB

RGB

 RED value IS 139 (54.69% from 255) = 25.79%

 GREEN value IS 213 (83.59% from 255) = 39.52%

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

R = 25.79%
G = 39.52%
B = 34.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#8BD5BB (or 0x8BD5BB) is known color: Bermuda. HEX triplet: 8B, D5 and BB. RGB value is (139,213,187). Sum of RGB (Red+Green+Blue) = 139+213+187=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD5BB is #742A44. Grayscale: #BBBBBB. Windows color (decimal): -7612997 or 12309899. OLE color: 12309899.

HSL color Cylindrical-coordinate representation of color #8BD5BB: hue angle of 158.92º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD5BB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 213 187 -
CMYK 0.35 0 0.12 0.16
HSL 158.92º 0.47% 0.69% -
HSV(B) 158.92º 0.35% 0.84% -
XYZ 43.41 56.67 55.66 -
YUV 187.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 139 213 187 0.35 0 0.12 0.16 158.92 0.47 0.69
Hex 8B D5 BB 23 0 C 10 9F 2F 45
Octal 213 325 273 43 0 14 20 237 57 105
Binary 10001011 11010101 10111011 100011 0 1100 10000 10011111 101111 1000101

Color Harmonies of #8BD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD5BB

Black with #8BD5BB

Text Example


Text Example

White with #8BD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD5BB; }

 p { color: rgb(139,213,187); }

 H1.HeaderClassName
 {
   color: #8BD5BB;
 }
 .AnyTagClassName
 {
   color: #8BD5BB;
 }
</style>

background-color css

<style>
 a { background-color: #8BD5BB; }

 a { background-color: rgb(139,213,187); }

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

border-color css

<style>
 span { border-color: #8BD5BB; }

 span { border-color: rgb(139,213,187); }

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