Html Css Color HEX #82BCDA Seagull

📋 copy color: '#82BCDA'

red 130 ◦ green 188 ◦ blue 218

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

Shades of Seagull #82BCDA

Tints of Seagull #82BCDA

RGB

 RED value IS 130 (51.17% from 255) = 24.25%

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

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

R = 24.25%
G = 35.07%
B = 40.67%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82BCDA (or 0x82BCDA) is known color: Seagull. HEX triplet: 82, BC and DA. RGB value is (130,188,218). Sum of RGB (Red+Green+Blue) = 130+188+218=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #82BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCDA is #7D4325. Grayscale: #ADADAD. Windows color (decimal): -8209190 or 14335106. OLE color: 14335106.

HSL color Cylindrical-coordinate representation of color #82BCDA: hue angle of 200.45º 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 #82BCDA is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 188 218 -
CMYK 0.40 0.14 0 0.15
HSL 200.45º 0.54% 0.68% -
HSV(B) 200.45º 0.4% 0.85% -
XYZ 39.84 45.77 73.06 -
YUV 174.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 130 188 218 0.40 0.14 0 0.15 200.45 0.54 0.68
Hex 82 BC DA 28 E 0 F C8 36 44
Octal 202 274 332 50 16 0 17 310 66 104
Binary 10000010 10111100 11011010 101000 1110 0 1111 11001000 110110 1000100

Color Harmonies of #82BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCDA

Black with #82BCDA

Text Example


Text Example

White with #82BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BCDA; }

 p { color: rgb(130,188,218); }

 H1.HeaderClassName
 {
   color: #82BCDA;
 }
 .AnyTagClassName
 {
   color: #82BCDA;
 }
</style>

background-color css

<style>
 a { background-color: #82BCDA; }

 a { background-color: rgb(130,188,218); }

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

border-color css

<style>
 span { border-color: #82BCDA; }

 span { border-color: rgb(130,188,218); }

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