Html Css Color HEX #87CDC0 Bermuda

📋 copy color: '#87CDC0'

red 135 ◦ green 205 ◦ blue 192

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

Shades of Bermuda #87CDC0

Tints of Bermuda #87CDC0

RGB

 RED value IS 135 (53.13% from 255) = 25.38%

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 25.38%
G = 38.53%
B = 36.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#87CDC0 (or 0x87CDC0) is known color: Bermuda. HEX triplet: 87, CD and C0. RGB value is (135,205,192). Sum of RGB (Red+Green+Blue) = 135+205+192=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDC0 is #78323F. Grayscale: #B6B6B6. Windows color (decimal): -7877184 or 12635527. OLE color: 12635527.

HSL color Cylindrical-coordinate representation of color #87CDC0: hue angle of 168.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDC0 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 205 192 -
CMYK 0.34 0 0.06 0.20
HSL 168.86º 0.41% 0.67% -
HSV(B) 168.86º 0.34% 0.8% -
XYZ 41.34 52.62 57.85 -
YUV 182.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 135 205 192 0.34 0 0.06 0.20 168.86 0.41 0.67
Hex 87 CD C0 22 0 6 14 A9 29 43
Octal 207 315 300 42 0 6 24 251 51 103
Binary 10000111 11001101 11000000 100010 0 110 10100 10101001 101001 1000011

Color Harmonies of #87CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87CDC0

Black with #87CDC0

Text Example


Text Example

White with #87CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87CDC0; }

 p { color: rgb(135,205,192); }

 H1.HeaderClassName
 {
   color: #87CDC0;
 }
 .AnyTagClassName
 {
   color: #87CDC0;
 }
</style>

background-color css

<style>
 a { background-color: #87CDC0; }

 a { background-color: rgb(135,205,192); }

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

border-color css

<style>
 span { border-color: #87CDC0; }

 span { border-color: rgb(135,205,192); }

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