Html Css Color HEX #83CBC7 Bermuda

📋 copy color: '#83CBC7'

red 131 ◦ green 203 ◦ blue 199

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

Shades of Bermuda #83CBC7

Tints of Bermuda #83CBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 24.58%
G = 38.09%
B = 37.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#83CBC7 (or 0x83CBC7) is known color: Bermuda. HEX triplet: 83, CB and C7. RGB value is (131,203,199). Sum of RGB (Red+Green+Blue) = 131+203+199=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBC7 is #7C3438. Grayscale: #B4B4B4. Windows color (decimal): -8139833 or 13093763. OLE color: 13093763.

HSL color Cylindrical-coordinate representation of color #83CBC7: hue angle of 176.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CBC7 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 203 199 -
CMYK 0.35 0 0.02 0.20
HSL 176.67º 0.41% 0.65% -
HSV(B) 176.67º 0.35% 0.8% -
XYZ 41.02 51.66 61.84 -
YUV 181.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 131 203 199 0.35 0 0.02 0.20 176.67 0.41 0.65
Hex 83 CB C7 23 0 2 14 B1 29 41
Octal 203 313 307 43 0 2 24 261 51 101
Binary 10000011 11001011 11000111 100011 0 10 10100 10110001 101001 1000001

Color Harmonies of #83CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBC7

Black with #83CBC7

Text Example


Text Example

White with #83CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,203,199); }

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

background-color css

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

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

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

border-color css

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

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

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