Html Css Color HEX #88CBCB Bermuda

📋 copy color: '#88CBCB'

red 136 ◦ green 203 ◦ blue 203

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

Shades of Bermuda #88CBCB

Tints of Bermuda #88CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 25.09%
G = 37.45%
B = 37.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88CBCB (or 0x88CBCB) is known color: Bermuda. HEX triplet: 88, CB and CB. RGB value is (136,203,203). Sum of RGB (Red+Green+Blue) = 136+203+203=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #88CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCB is #773434. Grayscale: #B6B6B6. Windows color (decimal): -7812149 or 13355912. OLE color: 13355912.

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

Color convert

RGB 136 203 203 -
CMYK 0.33 0 0 0.20
HSL 180º 0.39% 0.66% -
HSV(B) 180º 0.33% 0.8% -
XYZ 42.29 52.26 64.36 -
YUV 182.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 136 203 203 0.33 0 0 0.20 180 0.39 0.66
Hex 88 CB CB 21 0 0 14 B4 27 42
Octal 210 313 313 41 0 0 24 264 47 102
Binary 10001000 11001011 11001011 100001 0 0 10100 10110100 100111 1000010

Color Harmonies of #88CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBCB

Black with #88CBCB

Text Example


Text Example

White with #88CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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