Html Css Color HEX #88CBC5 Bermuda

📋 copy color: '#88CBC5'

red 136 ◦ green 203 ◦ blue 197

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

Shades of Bermuda #88CBC5

Tints of Bermuda #88CBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 25.37%
G = 37.87%
B = 36.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#88CBC5 (or 0x88CBC5) is known color: Bermuda. HEX triplet: 88, CB and C5. RGB value is (136,203,197). Sum of RGB (Red+Green+Blue) = 136+203+197=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBC5 is #77343A. Grayscale: #B6B6B6. Windows color (decimal): -7812155 or 12962696. OLE color: 12962696.

HSL color Cylindrical-coordinate representation of color #88CBC5: hue angle of 174.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBC5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 203 197 -
CMYK 0.33 0 0.03 0.20
HSL 174.63º 0.39% 0.66% -
HSV(B) 174.63º 0.33% 0.8% -
XYZ 41.59 51.98 60.66 -
YUV 182.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 136 203 197 0.33 0 0.03 0.20 174.63 0.39 0.66
Hex 88 CB C5 21 0 3 14 AF 27 42
Octal 210 313 305 41 0 3 24 257 47 102
Binary 10001000 11001011 11000101 100001 0 11 10100 10101111 100111 1000010

Color Harmonies of #88CBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBC5

Black with #88CBC5

Text Example


Text Example

White with #88CBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,203,197); }

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

background-color css

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

 a { background-color: rgb(136,203,197); }

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

border-color css

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

 span { border-color: rgb(136,203,197); }

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