Html Css Color HEX #83CEBA Bermuda

📋 copy color: '#83CEBA'

red 131 ◦ green 206 ◦ blue 186

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

Shades of Bermuda #83CEBA

Tints of Bermuda #83CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 25.05%
G = 39.39%
B = 35.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#83CEBA (or 0x83CEBA) is known color: Bermuda. HEX triplet: 83, CE and BA. RGB value is (131,206,186). Sum of RGB (Red+Green+Blue) = 131+206+186=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEBA is #7C3145. Grayscale: #B5B5B5. Windows color (decimal): -8139078 or 12242563. OLE color: 12242563.

HSL color Cylindrical-coordinate representation of color #83CEBA: hue angle of 164º 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 #83CEBA is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 206 186 -
CMYK 0.36 0 0.10 0.19
HSL 164º 0.43% 0.66% -
HSV(B) 164º 0.36% 0.81% -
XYZ 40.29 52.51 54.47 -
YUV 181.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 131 206 186 0.36 0 0.10 0.19 164 0.43 0.66
Hex 83 CE BA 24 0 A 13 A4 2B 42
Octal 203 316 272 44 0 12 23 244 53 102
Binary 10000011 11001110 10111010 100100 0 1010 10011 10100100 101011 1000010

Color Harmonies of #83CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CEBA

Black with #83CEBA

Text Example


Text Example

White with #83CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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