Html Css Color HEX #83CDC6 Bermuda

📋 copy color: '#83CDC6'

red 131 ◦ green 205 ◦ blue 198

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

Shades of Bermuda #83CDC6

Tints of Bermuda #83CDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 24.53%
G = 38.39%
B = 37.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#83CDC6 (or 0x83CDC6) is known color: Bermuda. HEX triplet: 83, CD and C6. RGB value is (131,205,198). Sum of RGB (Red+Green+Blue) = 131+205+198=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDC6 is #7C3239. Grayscale: #B6B6B6. Windows color (decimal): -8139322 or 13028739. OLE color: 13028739.

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

Color convert

RGB 131 205 198 -
CMYK 0.36 0 0.03 0.20
HSL 174.32º 0.43% 0.66% -
HSV(B) 174.32º 0.36% 0.8% -
XYZ 41.38 52.57 61.39 -
YUV 182.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 131 205 198 0.36 0 0.03 0.20 174.32 0.43 0.66
Hex 83 CD C6 24 0 3 14 AE 2B 42
Octal 203 315 306 44 0 3 24 256 53 102
Binary 10000011 11001101 11000110 100100 0 11 10100 10101110 101011 1000010

Color Harmonies of #83CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDC6

Black with #83CDC6

Text Example


Text Example

White with #83CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,205,198); }

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

background-color css

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

 a { background-color: rgb(131,205,198); }

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

border-color css

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

 span { border-color: rgb(131,205,198); }

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