Html Css Color HEX #78ADCD Seagull

📋 copy color: '#78ADCD'

red 120 ◦ green 173 ◦ blue 205

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

Shades of Seagull #78ADCD

Tints of Seagull #78ADCD

RGB

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

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

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

R = 24.1%
G = 34.74%
B = 41.16%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78ADCD (or 0x78ADCD) is known color: Seagull. HEX triplet: 78, AD and CD. RGB value is (120,173,205). Sum of RGB (Red+Green+Blue) = 120+173+205=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #78ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADCD is #875232. Grayscale: #A0A0A0. Windows color (decimal): -8868403 or 13479288. OLE color: 13479288.

HSL color Cylindrical-coordinate representation of color #78ADCD: hue angle of 202.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78ADCD is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 173 205 -
CMYK 0.41 0.16 0 0.20
HSL 202.59º 0.46% 0.64% -
HSV(B) 202.59º 0.41% 0.8% -
XYZ 33.71 38.29 63.37 -
YUV 160.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 120 173 205 0.41 0.16 0 0.20 202.59 0.46 0.64
Hex 78 AD CD 29 10 0 14 CB 2E 40
Octal 170 255 315 51 20 0 24 313 56 100
Binary 1111000 10101101 11001101 101001 10000 0 10100 11001011 101110 1000000

Color Harmonies of #78ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADCD

Black with #78ADCD

Text Example


Text Example

White with #78ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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