Html Css Color HEX #88CDB4 Bermuda

📋 copy color: '#88CDB4'

red 136 ◦ green 205 ◦ blue 180

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

Shades of Bermuda #88CDB4

Tints of Bermuda #88CDB4

RGB

 RED value IS 136 (53.52% from 255) = 26.1%

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 26.1%
G = 39.35%
B = 34.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#88CDB4 (or 0x88CDB4) is known color: Bermuda. HEX triplet: 88, CD and B4. RGB value is (136,205,180). Sum of RGB (Red+Green+Blue) = 136+205+180=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDB4 is #77324B. Grayscale: #B5B5B5. Windows color (decimal): -7811660 or 11849096. OLE color: 11849096.

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

Color convert

RGB 136 205 180 -
CMYK 0.34 0 0.12 0.20
HSL 158.26º 0.41% 0.67% -
HSV(B) 158.26º 0.34% 0.8% -
XYZ 40.22 52.19 51.13 -
YUV 181.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 136 205 180 0.34 0 0.12 0.20 158.26 0.41 0.67
Hex 88 CD B4 22 0 C 14 9E 29 43
Octal 210 315 264 42 0 14 24 236 51 103
Binary 10001000 11001101 10110100 100010 0 1100 10100 10011110 101001 1000011

Color Harmonies of #88CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CDB4

Black with #88CDB4

Text Example


Text Example

White with #88CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88CDB4;
 }
 .AnyTagClassName
 {
   color: #88CDB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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