Html Css Color HEX #83CEBC Bermuda

📋 copy color: '#83CEBC'

red 131 ◦ green 206 ◦ blue 188

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

Shades of Bermuda #83CEBC

Tints of Bermuda #83CEBC

RGB

 RED value IS 131 (51.56% from 255) = 24.95%

 GREEN value IS 206 (80.86% from 255) = 39.24%

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 24.95%
G = 39.24%
B = 35.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#83CEBC (or 0x83CEBC) is known color: Bermuda. HEX triplet: 83, CE and BC. RGB value is (131,206,188). Sum of RGB (Red+Green+Blue) = 131+206+188=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEBC is #7C3143. Grayscale: #B5B5B5. Windows color (decimal): -8139076 or 12373635. OLE color: 12373635.

HSL color Cylindrical-coordinate representation of color #83CEBC: hue angle of 165.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEBC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 206 188 -
CMYK 0.36 0 0.09 0.19
HSL 165.6º 0.43% 0.66% -
HSV(B) 165.6º 0.36% 0.81% -
XYZ 40.51 52.6 55.59 -
YUV 181.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 131 206 188 0.36 0 0.09 0.19 165.6 0.43 0.66
Hex 83 CE BC 24 0 9 13 A6 2B 42
Octal 203 316 274 44 0 11 23 246 53 102
Binary 10000011 11001110 10111100 100100 0 1001 10011 10100110 101011 1000010

Color Harmonies of #83CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CEBC

Black with #83CEBC

Text Example


Text Example

White with #83CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CEBC; }

 p { color: rgb(131,206,188); }

 H1.HeaderClassName
 {
   color: #83CEBC;
 }
 .AnyTagClassName
 {
   color: #83CEBC;
 }
</style>

background-color css

<style>
 a { background-color: #83CEBC; }

 a { background-color: rgb(131,206,188); }

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

border-color css

<style>
 span { border-color: #83CEBC; }

 span { border-color: rgb(131,206,188); }

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