Html Css Color HEX #88CBC3 Bermuda

📋 copy color: '#88CBC3'

red 136 ◦ green 203 ◦ blue 195

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

Shades of Bermuda #88CBC3

Tints of Bermuda #88CBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 25.47%
G = 38.01%
B = 36.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#88CBC3 (or 0x88CBC3) is known color: Bermuda. HEX triplet: 88, CB and C3. RGB value is (136,203,195). Sum of RGB (Red+Green+Blue) = 136+203+195=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBC3 is #77343C. Grayscale: #B6B6B6. Windows color (decimal): -7812157 or 12831624. OLE color: 12831624.

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

Color convert

RGB 136 203 195 -
CMYK 0.33 0 0.04 0.20
HSL 172.84º 0.39% 0.66% -
HSV(B) 172.84º 0.33% 0.8% -
XYZ 41.36 51.89 59.46 -
YUV 182.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 136 203 195 0.33 0 0.04 0.20 172.84 0.39 0.66
Hex 88 CB C3 21 0 4 14 AD 27 42
Octal 210 313 303 41 0 4 24 255 47 102
Binary 10001000 11001011 11000011 100001 0 100 10100 10101101 100111 1000010

Color Harmonies of #88CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBC3

Black with #88CBC3

Text Example


Text Example

White with #88CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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