Html Css Color HEX #82BFDD Seagull

📋 copy color: '#82BFDD'

red 130 ◦ green 191 ◦ blue 221

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

Shades of Seagull #82BFDD

Tints of Seagull #82BFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 23.99%
G = 35.24%
B = 40.77%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82BFDD (or 0x82BFDD) is known color: Seagull. HEX triplet: 82, BF and DD. RGB value is (130,191,221). Sum of RGB (Red+Green+Blue) = 130+191+221=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #82BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDD is #7D4022. Grayscale: #B0B0B0. Windows color (decimal): -8208419 or 14532482. OLE color: 14532482.

HSL color Cylindrical-coordinate representation of color #82BFDD: hue angle of 199.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BFDD is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 191 221 -
CMYK 0.41 0.14 0 0.13
HSL 199.78º 0.57% 0.69% -
HSV(B) 199.78º 0.41% 0.87% -
XYZ 40.89 47.23 75.37 -
YUV 176.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 130 191 221 0.41 0.14 0 0.13 199.78 0.57 0.69
Hex 82 BF DD 29 E 0 D C8 39 45
Octal 202 277 335 51 16 0 15 310 71 105
Binary 10000010 10111111 11011101 101001 1110 0 1101 11001000 111001 1000101

Color Harmonies of #82BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFDD

Black with #82BFDD

Text Example


Text Example

White with #82BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,191,221); }

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

background-color css

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

 a { background-color: rgb(130,191,221); }

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

border-color css

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

 span { border-color: rgb(130,191,221); }

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