#88CDC1

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

Shades of Bermuda #88CDC1

Tints of Bermuda #88CDC1

Color information

#88CDC1 (or 0x88CDC1) is unknown color: approx Bermuda. HEX triplet: 88, CD and C1. RGB value is (136,205,193). Sum of RGB (Red+Green+Blue) = 136+205+193=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC1 is #77323E. Grayscale: #B6B6B6. Windows color (decimal): -7811647 or 12701064. OLE color: 12701064.

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

Color convert

RGB136205193-
CMYK0.3400.060.20
HSL169.57º40.83%66.86%-
HSV(B)169.57º33.66%80.39%-
XYZ41.6152.7558.44-
YUV183133.6494.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.47%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=25.47%
G=38.39%
B=36.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051930.3400.060.20169.5740.8366.86
Hex88CDC1220614aa2943
Octal21031530142062425251103
Binary100010001100110111000001100010011010100101010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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