Html Css Color HEX #83B2CE Seagull

📋 copy color: '#83B2CE'

red 131 ◦ green 178 ◦ blue 206

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

Shades of Seagull #83B2CE

Tints of Seagull #83B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 25.44%
G = 34.56%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83B2CE (or 0x83B2CE) is known color: Seagull. HEX triplet: 83, B2 and CE. RGB value is (131,178,206). Sum of RGB (Red+Green+Blue) = 131+178+206=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #83B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2CE is #7C4D31. Grayscale: #A6A6A6. Windows color (decimal): -8146226 or 13546115. OLE color: 13546115.

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

Color convert

RGB 131 178 206 -
CMYK 0.36 0.14 0 0.19
HSL 202.4º 0.43% 0.66% -
HSV(B) 202.4º 0.36% 0.81% -
XYZ 36.42 41.12 64.41 -
YUV 167.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 131 178 206 0.36 0.14 0 0.19 202.4 0.43 0.66
Hex 83 B2 CE 24 E 0 13 CA 2B 42
Octal 203 262 316 44 16 0 23 312 53 102
Binary 10000011 10110010 11001110 100100 1110 0 10011 11001010 101011 1000010

Color Harmonies of #83B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B2CE

Black with #83B2CE

Text Example


Text Example

White with #83B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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