#88CDB7

Color #88CDB7 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #88CDB7

Tints of Bermuda #88CDB7

Color information

#88CDB7 (or 0x88CDB7) is unknown color: approx Bermuda. HEX triplet: 88, CD and B7. RGB value is (136,205,183). Sum of RGB (Red+Green+Blue) = 136+205+183=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDB7 is #773248. Grayscale: #B5B5B5. Windows color (decimal): -7811657 or 12045704. OLE color: 12045704.

HSL color Cylindrical-coordinate representation of color #88CDB7: hue angle of 160.87º 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 #88CDB7 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB136205183-
CMYK0.3400.110.20
HSL160.87º40.83%66.86%-
HSV(B)160.87º33.66%80.39%-
XYZ40.5352.3252.76-
YUV181.86128.6495.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=25.95%
G=39.12%
B=34.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051830.3400.110.20160.8740.8366.86
Hex88CDB7220B14a12943
Octal210315267420132424151103
Binary1000100011001101101101111000100101110100101000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88CDB7; }

 p { color: rgb(136,205,183); }

 H1.HeaderClassName
 {
   color: #88CDB7;
 }
 .AnyTagClassName
 {
   color: #88CDB7;
 }
</style>
background-color css

<style>
 a { background-color: #88CDB7; }

 a { background-color: rgb(136,205,183); }

 div.DivClassName
 {
   background-color: #88CDB7;
 }
 .BgClassName
 {
   background-color: #88CDB7;
 }
</style>
border-color css

<style>
 span { border-color: #88CDB7; }

 span { border-color: rgb(136,205,183); }

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