Html Css Color HEX #83BCD8 Seagull

📋 copy color: '#83BCD8'

red 131 ◦ green 188 ◦ blue 216

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

Shades of Seagull #83BCD8

Tints of Seagull #83BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 24.49%
G = 35.14%
B = 40.37%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83BCD8 (or 0x83BCD8) is known color: Seagull. HEX triplet: 83, BC and D8. RGB value is (131,188,216). Sum of RGB (Red+Green+Blue) = 131+188+216=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #83BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCD8 is #7C4327. Grayscale: #ADADAD. Windows color (decimal): -8143656 or 14204035. OLE color: 14204035.

HSL color Cylindrical-coordinate representation of color #83BCD8: hue angle of 199.76º 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 #83BCD8 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 188 216 -
CMYK 0.39 0.13 0 0.15
HSL 199.76º 0.52% 0.68% -
HSV(B) 199.76º 0.39% 0.85% -
XYZ 39.74 45.75 71.7 -
YUV 174.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 131 188 216 0.39 0.13 0 0.15 199.76 0.52 0.68
Hex 83 BC D8 27 D 0 F C8 34 44
Octal 203 274 330 47 15 0 17 310 64 104
Binary 10000011 10111100 11011000 100111 1101 0 1111 11001000 110100 1000100

Color Harmonies of #83BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCD8

Black with #83BCD8

Text Example


Text Example

White with #83BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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