Html Css Color HEX #83BDDA Seagull

📋 copy color: '#83BDDA'

red 131 ◦ green 189 ◦ blue 218

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

Shades of Seagull #83BDDA

Tints of Seagull #83BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 24.35%
G = 35.13%
B = 40.52%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83BDDA (or 0x83BDDA) is known color: Seagull. HEX triplet: 83, BD and DA. RGB value is (131,189,218). Sum of RGB (Red+Green+Blue) = 131+189+218=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #83BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDDA is #7C4225. Grayscale: #AEAEAE. Windows color (decimal): -8143398 or 14335363. OLE color: 14335363.

HSL color Cylindrical-coordinate representation of color #83BDDA: hue angle of 200º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BDDA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 189 218 -
CMYK 0.40 0.13 0 0.15
HSL 200º 0.54% 0.68% -
HSV(B) 200º 0.4% 0.85% -
XYZ 40.21 46.28 73.14 -
YUV 174.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 131 189 218 0.40 0.13 0 0.15 200 0.54 0.68
Hex 83 BD DA 28 D 0 F C8 36 44
Octal 203 275 332 50 15 0 17 310 66 104
Binary 10000011 10111101 11011010 101000 1101 0 1111 11001000 110110 1000100

Color Harmonies of #83BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDDA

Black with #83BDDA

Text Example


Text Example

White with #83BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,218); }

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

background-color css

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

 a { background-color: rgb(131,189,218); }

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

border-color css

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

 span { border-color: rgb(131,189,218); }

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