Html Css Color HEX #84BED2 Seagull

📋 copy color: '#84BED2'

red 132 ◦ green 190 ◦ blue 210

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

Shades of Seagull #84BED2

Tints of Seagull #84BED2

RGB

 RED value IS 132 (51.95% from 255) = 24.81%

 GREEN value IS 190 (74.61% from 255) = 35.71%

 BLUE value IS 210 (82.42% from 255) = 39.47%

R = 24.81%
G = 35.71%
B = 39.47%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#84BED2 (or 0x84BED2) is known color: Seagull. HEX triplet: 84, BE and D2. RGB value is (132,190,210). Sum of RGB (Red+Green+Blue) = 132+190+210=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #84BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BED2 is #7B412D. Grayscale: #AEAEAE. Windows color (decimal): -8077614 or 13811332. OLE color: 13811332.

HSL color Cylindrical-coordinate representation of color #84BED2: hue angle of 195.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BED2 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 190 210 -
CMYK 0.37 0.10 0 0.18
HSL 195.38º 0.46% 0.67% -
HSV(B) 195.38º 0.37% 0.82% -
XYZ 39.56 46.39 67.84 -
YUV 174.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 132 190 210 0.37 0.10 0 0.18 195.38 0.46 0.67
Hex 84 BE D2 25 A 0 12 C3 2E 43
Octal 204 276 322 45 12 0 22 303 56 103
Binary 10000100 10111110 11010010 100101 1010 0 10010 11000011 101110 1000011

Color Harmonies of #84BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BED2

Black with #84BED2

Text Example


Text Example

White with #84BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BED2; }

 p { color: rgb(132,190,210); }

 H1.HeaderClassName
 {
   color: #84BED2;
 }
 .AnyTagClassName
 {
   color: #84BED2;
 }
</style>

background-color css

<style>
 a { background-color: #84BED2; }

 a { background-color: rgb(132,190,210); }

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

border-color css

<style>
 span { border-color: #84BED2; }

 span { border-color: rgb(132,190,210); }

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