Html Css Color HEX #83CDC3 Bermuda

📋 copy color: '#83CDC3'

red 131 ◦ green 205 ◦ blue 195

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

Shades of Bermuda #83CDC3

Tints of Bermuda #83CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 24.67%
G = 38.61%
B = 36.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#83CDC3 (or 0x83CDC3) is known color: Bermuda. HEX triplet: 83, CD and C3. RGB value is (131,205,195). Sum of RGB (Red+Green+Blue) = 131+205+195=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDC3 is #7C323C. Grayscale: #B5B5B5. Windows color (decimal): -8139325 or 12832131. OLE color: 12832131.

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

Color convert

RGB 131 205 195 -
CMYK 0.36 0 0.05 0.20
HSL 171.89º 0.43% 0.66% -
HSV(B) 171.89º 0.36% 0.8% -
XYZ 41.04 52.43 59.59 -
YUV 181.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 131 205 195 0.36 0 0.05 0.20 171.89 0.43 0.66
Hex 83 CD C3 24 0 5 14 AC 2B 42
Octal 203 315 303 44 0 5 24 254 53 102
Binary 10000011 11001101 11000011 100100 0 101 10100 10101100 101011 1000010

Color Harmonies of #83CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDC3

Black with #83CDC3

Text Example


Text Example

White with #83CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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