Html Css Color HEX #83BFD8 Seagull

📋 copy color: '#83BFD8'

red 131 ◦ green 191 ◦ blue 216

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

Shades of Seagull #83BFD8

Tints of Seagull #83BFD8

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 24.35%
G = 35.5%
B = 40.15%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83BFD8 (or 0x83BFD8) is known color: Seagull. HEX triplet: 83, BF and D8. RGB value is (131,191,216). Sum of RGB (Red+Green+Blue) = 131+191+216=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #83BFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFD8 is #7C4027. Grayscale: #AFAFAF. Windows color (decimal): -8142888 or 14204803. OLE color: 14204803.

HSL color Cylindrical-coordinate representation of color #83BFD8: hue angle of 197.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83BFD8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 191 216 -
CMYK 0.39 0.12 0 0.15
HSL 197.65º 0.52% 0.68% -
HSV(B) 197.65º 0.39% 0.85% -
XYZ 40.39 47.04 71.92 -
YUV 175.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 131 191 216 0.39 0.12 0 0.15 197.65 0.52 0.68
Hex 83 BF D8 27 C 0 F C6 34 44
Octal 203 277 330 47 14 0 17 306 64 104
Binary 10000011 10111111 11011000 100111 1100 0 1111 11000110 110100 1000100

Color Harmonies of #83BFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFD8

Black with #83BFD8

Text Example


Text Example

White with #83BFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,216); }

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

background-color css

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

 a { background-color: rgb(131,191,216); }

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

border-color css

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

 span { border-color: rgb(131,191,216); }

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