Html Css Color HEX #88CBCA Bermuda

📋 copy color: '#88CBCA'

red 136 ◦ green 203 ◦ blue 202

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

Shades of Bermuda #88CBCA

Tints of Bermuda #88CBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 25.14%
G = 37.52%
B = 37.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#88CBCA (or 0x88CBCA) is known color: Bermuda. HEX triplet: 88, CB and CA. RGB value is (136,203,202). Sum of RGB (Red+Green+Blue) = 136+203+202=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCA is #773435. Grayscale: #B6B6B6. Windows color (decimal): -7812150 or 13290376. OLE color: 13290376.

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

Color convert

RGB 136 203 202 -
CMYK 0.33 0 0.00 0.20
HSL 179.1º 0.39% 0.66% -
HSV(B) 179.1º 0.33% 0.8% -
XYZ 42.17 52.21 63.73 -
YUV 182.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 136 203 202 0.33 0 0.00 0.20 179.1 0.39 0.66
Hex 88 CB CA 21 0 0 14 B3 27 42
Octal 210 313 312 41 0 0 24 263 47 102
Binary 10001000 11001011 11001010 100001 0 0 10100 10110011 100111 1000010

Color Harmonies of #88CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBCA

Black with #88CBCA

Text Example


Text Example

White with #88CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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