Html Css Color HEX #82BBE0 Seagull

📋 copy color: '#82BBE0'

red 130 ◦ green 187 ◦ blue 224

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

Shades of Seagull #82BBE0

Tints of Seagull #82BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 24.03%
G = 34.57%
B = 41.4%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#82BBE0 (or 0x82BBE0) is known color: Seagull. HEX triplet: 82, BB and E0. RGB value is (130,187,224). Sum of RGB (Red+Green+Blue) = 130+187+224=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #82BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBE0 is #7D441F. Grayscale: #ADADAD. Windows color (decimal): -8209440 or 14728066. OLE color: 14728066.

HSL color Cylindrical-coordinate representation of color #82BBE0: hue angle of 203.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82BBE0 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 187 224 -
CMYK 0.42 0.17 0 0.12
HSL 203.62º 0.6% 0.69% -
HSV(B) 203.62º 0.42% 0.88% -
XYZ 40.43 45.67 77.2 -
YUV 174.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 130 187 224 0.42 0.17 0 0.12 203.62 0.6 0.69
Hex 82 BB E0 2A 11 0 C CC 3C 45
Octal 202 273 340 52 21 0 14 314 74 105
Binary 10000010 10111011 11100000 101010 10001 0 1100 11001100 111100 1000101

Color Harmonies of #82BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBE0

Black with #82BBE0

Text Example


Text Example

White with #82BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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