Html Css Color HEX #83CECA Bermuda

📋 copy color: '#83CECA'

red 131 ◦ green 206 ◦ blue 202

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

Shades of Bermuda #83CECA

Tints of Bermuda #83CECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 24.3%
G = 38.22%
B = 37.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#83CECA (or 0x83CECA) is known color: Bermuda. HEX triplet: 83, CE and CA. RGB value is (131,206,202). Sum of RGB (Red+Green+Blue) = 131+206+202=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #83CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CECA is #7C3135. Grayscale: #B7B7B7. Windows color (decimal): -8139062 or 13291139. OLE color: 13291139.

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

Color convert

RGB 131 206 202 -
CMYK 0.36 0 0.02 0.19
HSL 176.8º 0.43% 0.66% -
HSV(B) 176.8º 0.36% 0.81% -
XYZ 42.09 53.23 63.93 -
YUV 183.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 131 206 202 0.36 0 0.02 0.19 176.8 0.43 0.66
Hex 83 CE CA 24 0 2 13 B1 2B 42
Octal 203 316 312 44 0 2 23 261 53 102
Binary 10000011 11001110 11001010 100100 0 10 10011 10110001 101011 1000010

Color Harmonies of #83CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CECA

Black with #83CECA

Text Example


Text Example

White with #83CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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