Html Css Color HEX #82BBDA Seagull

📋 copy color: '#82BBDA'

red 130 ◦ green 187 ◦ blue 218

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

Shades of Seagull #82BBDA

Tints of Seagull #82BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

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

R = 24.3%
G = 34.95%
B = 40.75%

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

#82BBDA (or 0x82BBDA) is known color: Seagull. HEX triplet: 82, BB and DA. RGB value is (130,187,218). Sum of RGB (Red+Green+Blue) = 130+187+218=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #82BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBDA is #7D4425. Grayscale: #ADADAD. Windows color (decimal): -8209446 or 14334850. OLE color: 14334850.

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

Color convert

RGB 130 187 218 -
CMYK 0.40 0.14 0 0.15
HSL 201.14º 0.54% 0.68% -
HSV(B) 201.14º 0.4% 0.85% -
XYZ 39.63 45.35 72.99 -
YUV 173.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 130 187 218 0.40 0.14 0 0.15 201.14 0.54 0.68
Hex 82 BB DA 28 E 0 F C9 36 44
Octal 202 273 332 50 16 0 17 311 66 104
Binary 10000010 10111011 11011010 101000 1110 0 1111 11001001 110110 1000100

Color Harmonies of #82BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBDA

Black with #82BBDA

Text Example


Text Example

White with #82BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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