Html Css Color HEX #84B9CF Seagull

📋 copy color: '#84B9CF'

red 132 ◦ green 185 ◦ blue 207

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

Shades of Seagull #84B9CF

Tints of Seagull #84B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 25.19%
G = 35.31%
B = 39.5%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84B9CF (or 0x84B9CF) is known color: Seagull. HEX triplet: 84, B9 and CF. RGB value is (132,185,207). Sum of RGB (Red+Green+Blue) = 132+185+207=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #84B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9CF is #7B4630. Grayscale: #ABABAB. Windows color (decimal): -8078897 or 13613444. OLE color: 13613444.

HSL color Cylindrical-coordinate representation of color #84B9CF: hue angle of 197.6º degrees, saturation: 0.44, 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 #84B9CF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 185 207 -
CMYK 0.36 0.11 0 0.19
HSL 197.6º 0.44% 0.66% -
HSV(B) 197.6º 0.36% 0.81% -
XYZ 38.13 44.11 65.54 -
YUV 171.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 132 185 207 0.36 0.11 0 0.19 197.6 0.44 0.66
Hex 84 B9 CF 24 B 0 13 C6 2C 42
Octal 204 271 317 44 13 0 23 306 54 102
Binary 10000100 10111001 11001111 100100 1011 0 10011 11000110 101100 1000010

Color Harmonies of #84B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B9CF

Black with #84B9CF

Text Example


Text Example

White with #84B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,207); }

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

background-color css

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

 a { background-color: rgb(132,185,207); }

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

border-color css

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

 span { border-color: rgb(132,185,207); }

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