Html Css Color HEX #84AFC8 Seagull

📋 copy color: '#84AFC8'

red 132 ◦ green 175 ◦ blue 200

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

Shades of Seagull #84AFC8

Tints of Seagull #84AFC8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 26.04%
G = 34.52%
B = 39.45%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#84AFC8 (or 0x84AFC8) is known color: Seagull. HEX triplet: 84, AF and C8. RGB value is (132,175,200). Sum of RGB (Red+Green+Blue) = 132+175+200=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #84AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFC8 is #7B5037. Grayscale: #A4A4A4. Windows color (decimal): -8081464 or 13152132. OLE color: 13152132.

HSL color Cylindrical-coordinate representation of color #84AFC8: hue angle of 202.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84AFC8 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 175 200 -
CMYK 0.34 0.12 0 0.22
HSL 202.06º 0.38% 0.65% -
HSV(B) 202.06º 0.34% 0.78% -
XYZ 35.27 39.74 60.45 -
YUV 164.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 132 175 200 0.34 0.12 0 0.22 202.06 0.38 0.65
Hex 84 AF C8 22 C 0 16 CA 26 41
Octal 204 257 310 42 14 0 26 312 46 101
Binary 10000100 10101111 11001000 100010 1100 0 10110 11001010 100110 1000001

Color Harmonies of #84AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFC8

Black with #84AFC8

Text Example


Text Example

White with #84AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,175,200); }

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

background-color css

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

 a { background-color: rgb(132,175,200); }

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

border-color css

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

 span { border-color: rgb(132,175,200); }

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