Html Css Color HEX #83CBC9 Bermuda

📋 copy color: '#83CBC9'

red 131 ◦ green 203 ◦ blue 201

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

Shades of Bermuda #83CBC9

Tints of Bermuda #83CBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 24.49%
G = 37.94%
B = 37.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#83CBC9 (or 0x83CBC9) is known color: Bermuda. HEX triplet: 83, CB and C9. RGB value is (131,203,201). Sum of RGB (Red+Green+Blue) = 131+203+201=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBC9 is #7C3436. Grayscale: #B5B5B5. Windows color (decimal): -8139831 or 13224835. OLE color: 13224835.

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

Color convert

RGB 131 203 201 -
CMYK 0.35 0 0.01 0.20
HSL 178.33º 0.41% 0.65% -
HSV(B) 178.33º 0.35% 0.8% -
XYZ 41.26 51.75 63.07 -
YUV 181.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 131 203 201 0.35 0 0.01 0.20 178.33 0.41 0.65
Hex 83 CB C9 23 0 1 14 B2 29 41
Octal 203 313 311 43 0 1 24 262 51 101
Binary 10000011 11001011 11001001 100011 0 1 10100 10110010 101001 1000001

Color Harmonies of #83CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBC9

Black with #83CBC9

Text Example


Text Example

White with #83CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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