Html Css Color HEX #84BFD8 Seagull

📋 copy color: '#84BFD8'

red 132 ◦ green 191 ◦ blue 216

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

Shades of Seagull #84BFD8

Tints of Seagull #84BFD8

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 24.49%
G = 35.44%
B = 40.07%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84BFD8 (or 0x84BFD8) is known color: Seagull. HEX triplet: 84, BF and D8. RGB value is (132,191,216). Sum of RGB (Red+Green+Blue) = 132+191+216=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #84BFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFD8 is #7B4027. Grayscale: #B0B0B0. Windows color (decimal): -8077352 or 14204804. OLE color: 14204804.

HSL color Cylindrical-coordinate representation of color #84BFD8: hue angle of 197.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BFD8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 191 216 -
CMYK 0.39 0.12 0 0.15
HSL 197.86º 0.52% 0.68% -
HSV(B) 197.86º 0.39% 0.85% -
XYZ 40.54 47.13 71.93 -
YUV 176.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 132 191 216 0.39 0.12 0 0.15 197.86 0.52 0.68
Hex 84 BF D8 27 C 0 F C6 34 44
Octal 204 277 330 47 14 0 17 306 64 104
Binary 10000100 10111111 11011000 100111 1100 0 1111 11000110 110100 1000100

Color Harmonies of #84BFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFD8

Black with #84BFD8

Text Example


Text Example

White with #84BFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,191,216); }

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

background-color css

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

 a { background-color: rgb(132,191,216); }

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

border-color css

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

 span { border-color: rgb(132,191,216); }

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