Html Css Color HEX #83CDC7 Bermuda

📋 copy color: '#83CDC7'

red 131 ◦ green 205 ◦ blue 199

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

Shades of Bermuda #83CDC7

Tints of Bermuda #83CDC7

RGB

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

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

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

R = 24.49%
G = 38.32%
B = 37.2%

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

#83CDC7 (or 0x83CDC7) is known color: Bermuda. HEX triplet: 83, CD and C7. RGB value is (131,205,199). Sum of RGB (Red+Green+Blue) = 131+205+199=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDC7 is #7C3238. Grayscale: #B6B6B6. Windows color (decimal): -8139321 or 13094275. OLE color: 13094275.

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

Color convert

RGB 131 205 199 -
CMYK 0.36 0 0.03 0.20
HSL 175.14º 0.43% 0.66% -
HSV(B) 175.14º 0.36% 0.8% -
XYZ 41.5 52.61 62 -
YUV 182.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 131 205 199 0.36 0 0.03 0.20 175.14 0.43 0.66
Hex 83 CD C7 24 0 3 14 AF 2B 42
Octal 203 315 307 44 0 3 24 257 53 102
Binary 10000011 11001101 11000111 100100 0 11 10100 10101111 101011 1000010

Color Harmonies of #83CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDC7

Black with #83CDC7

Text Example


Text Example

White with #83CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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