Html Css Color HEX #84B2CE Seagull

📋 copy color: '#84B2CE'

red 132 ◦ green 178 ◦ blue 206

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

Shades of Seagull #84B2CE

Tints of Seagull #84B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 25.58%
G = 34.5%
B = 39.92%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84B2CE (or 0x84B2CE) is known color: Seagull. HEX triplet: 84, B2 and CE. RGB value is (132,178,206). Sum of RGB (Red+Green+Blue) = 132+178+206=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #84B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2CE is #7B4D31. Grayscale: #A7A7A7. Windows color (decimal): -8080690 or 13546116. OLE color: 13546116.

HSL color Cylindrical-coordinate representation of color #84B2CE: hue angle of 202.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B2CE is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 178 206 -
CMYK 0.36 0.14 0 0.19
HSL 202.7º 0.43% 0.66% -
HSV(B) 202.7º 0.36% 0.81% -
XYZ 36.58 41.2 64.42 -
YUV 167.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 132 178 206 0.36 0.14 0 0.19 202.7 0.43 0.66
Hex 84 B2 CE 24 E 0 13 CB 2B 42
Octal 204 262 316 44 16 0 23 313 53 102
Binary 10000100 10110010 11001110 100100 1110 0 10011 11001011 101011 1000010

Color Harmonies of #84B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B2CE

Black with #84B2CE

Text Example


Text Example

White with #84B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,178,206); }

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

background-color css

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

 a { background-color: rgb(132,178,206); }

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

border-color css

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

 span { border-color: rgb(132,178,206); }

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