Html Css Color HEX #88CDC6 Bermuda

📋 copy color: '#88CDC6'

red 136 ◦ green 205 ◦ blue 198

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

Shades of Bermuda #88CDC6

Tints of Bermuda #88CDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 25.23%
G = 38.03%
B = 36.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#88CDC6 (or 0x88CDC6) is known color: Bermuda. HEX triplet: 88, CD and C6. RGB value is (136,205,198). Sum of RGB (Red+Green+Blue) = 136+205+198=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC6 is #773239. Grayscale: #B7B7B7. Windows color (decimal): -7811642 or 13028744. OLE color: 13028744.

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

Color convert

RGB 136 205 198 -
CMYK 0.34 0 0.03 0.20
HSL 173.91º 0.41% 0.67% -
HSV(B) 173.91º 0.34% 0.8% -
XYZ 42.18 52.97 61.43 -
YUV 183.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 136 205 198 0.34 0 0.03 0.20 173.91 0.41 0.67
Hex 88 CD C6 22 0 3 14 AE 29 43
Octal 210 315 306 42 0 3 24 256 51 103
Binary 10001000 11001101 11000110 100010 0 11 10100 10101110 101001 1000011

Color Harmonies of #88CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CDC6

Black with #88CDC6

Text Example


Text Example

White with #88CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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