Html Css Color HEX #84C1CD Seagull

📋 copy color: '#84C1CD'

red 132 ◦ green 193 ◦ blue 205

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

Shades of Seagull #84C1CD

Tints of Seagull #84C1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 24.91%
G = 36.42%
B = 38.68%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84C1CD (or 0x84C1CD) is known color: Seagull. HEX triplet: 84, C1 and CD. RGB value is (132,193,205). Sum of RGB (Red+Green+Blue) = 132+193+205=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1CD is #7B3E32. Grayscale: #B0B0B0. Windows color (decimal): -8076851 or 13484420. OLE color: 13484420.

HSL color Cylindrical-coordinate representation of color #84C1CD: hue angle of 189.86º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C1CD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 193 205 -
CMYK 0.36 0.06 0 0.20
HSL 189.86º 0.42% 0.66% -
HSV(B) 189.86º 0.36% 0.8% -
XYZ 39.61 47.45 64.83 -
YUV 176.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 132 193 205 0.36 0.06 0 0.20 189.86 0.42 0.66
Hex 84 C1 CD 24 6 0 14 BE 2A 42
Octal 204 301 315 44 6 0 24 276 52 102
Binary 10000100 11000001 11001101 100100 110 0 10100 10111110 101010 1000010

Color Harmonies of #84C1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C1CD

Black with #84C1CD

Text Example


Text Example

White with #84C1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,193,205); }

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

background-color css

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

 a { background-color: rgb(132,193,205); }

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

border-color css

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

 span { border-color: rgb(132,193,205); }

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