Html Css Color HEX #78ADD1 Seagull

📋 copy color: '#78ADD1'

red 120 ◦ green 173 ◦ blue 209

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

Shades of Seagull #78ADD1

Tints of Seagull #78ADD1

RGB

 RED value IS 120 (47.27% from 255) = 23.9%

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 23.9%
G = 34.46%
B = 41.63%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78ADD1 (or 0x78ADD1) is known color: Seagull. HEX triplet: 78, AD and D1. RGB value is (120,173,209). Sum of RGB (Red+Green+Blue) = 120+173+209=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #78ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADD1 is #87522E. Grayscale: #A1A1A1. Windows color (decimal): -8868399 or 13741432. OLE color: 13741432.

HSL color Cylindrical-coordinate representation of color #78ADD1: hue angle of 204.27º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78ADD1 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 173 209 -
CMYK 0.43 0.17 0 0.18
HSL 204.27º 0.49% 0.65% -
HSV(B) 204.27º 0.43% 0.82% -
XYZ 34.2 38.48 65.95 -
YUV 161.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 120 173 209 0.43 0.17 0 0.18 204.27 0.49 0.65
Hex 78 AD D1 2B 11 0 12 CC 31 41
Octal 170 255 321 53 21 0 22 314 61 101
Binary 1111000 10101101 11010001 101011 10001 0 10010 11001100 110001 1000001

Color Harmonies of #78ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADD1

Black with #78ADD1

Text Example


Text Example

White with #78ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78ADD1; }

 p { color: rgb(120,173,209); }

 H1.HeaderClassName
 {
   color: #78ADD1;
 }
 .AnyTagClassName
 {
   color: #78ADD1;
 }
</style>

background-color css

<style>
 a { background-color: #78ADD1; }

 a { background-color: rgb(120,173,209); }

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

border-color css

<style>
 span { border-color: #78ADD1; }

 span { border-color: rgb(120,173,209); }

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