Html Css Color HEX #84BECA Seagull

📋 copy color: '#84BECA'

red 132 ◦ green 190 ◦ blue 202

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

Shades of Seagull #84BECA

Tints of Seagull #84BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 25.19%
G = 36.26%
B = 38.55%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#84BECA (or 0x84BECA) is known color: Seagull. HEX triplet: 84, BE and CA. RGB value is (132,190,202). Sum of RGB (Red+Green+Blue) = 132+190+202=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #84BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BECA is #7B4135. Grayscale: #ADADAD. Windows color (decimal): -8077622 or 13287044. OLE color: 13287044.

HSL color Cylindrical-coordinate representation of color #84BECA: hue angle of 190.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BECA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 190 202 -
CMYK 0.35 0.06 0 0.21
HSL 190.29º 0.4% 0.65% -
HSV(B) 190.29º 0.35% 0.79% -
XYZ 38.59 46 62.72 -
YUV 174.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 132 190 202 0.35 0.06 0 0.21 190.29 0.4 0.65
Hex 84 BE CA 23 6 0 15 BE 28 41
Octal 204 276 312 43 6 0 25 276 50 101
Binary 10000100 10111110 11001010 100011 110 0 10101 10111110 101000 1000001

Color Harmonies of #84BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BECA

Black with #84BECA

Text Example


Text Example

White with #84BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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