Html Css Color HEX #82BDDF Seagull

📋 copy color: '#82BDDF'

red 130 ◦ green 189 ◦ blue 223

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

Shades of Seagull #82BDDF

Tints of Seagull #82BDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 23.99%
G = 34.87%
B = 41.14%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82BDDF (or 0x82BDDF) is known color: Seagull. HEX triplet: 82, BD and DF. RGB value is (130,189,223). Sum of RGB (Red+Green+Blue) = 130+189+223=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #82BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDDF is #7D4220. Grayscale: #AFAFAF. Windows color (decimal): -8208929 or 14663042. OLE color: 14663042.

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

Color convert

RGB 130 189 223 -
CMYK 0.42 0.15 0 0.13
HSL 201.94º 0.59% 0.69% -
HSV(B) 201.94º 0.42% 0.87% -
XYZ 40.72 46.47 76.64 -
YUV 175.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 130 189 223 0.42 0.15 0 0.13 201.94 0.59 0.69
Hex 82 BD DF 2A F 0 D CA 3B 45
Octal 202 275 337 52 17 0 15 312 73 105
Binary 10000010 10111101 11011111 101010 1111 0 1101 11001010 111011 1000101

Color Harmonies of #82BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDDF

Black with #82BDDF

Text Example


Text Example

White with #82BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,223); }

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

background-color css

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

 a { background-color: rgb(130,189,223); }

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

border-color css

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

 span { border-color: rgb(130,189,223); }

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