Html Css Color HEX #78ABCD Seagull

📋 copy color: '#78ABCD'

red 120 ◦ green 171 ◦ blue 205

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

Shades of Seagull #78ABCD

Tints of Seagull #78ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 24.19%
G = 34.48%
B = 41.33%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78ABCD (or 0x78ABCD) is known color: Seagull. HEX triplet: 78, AB and CD. RGB value is (120,171,205). Sum of RGB (Red+Green+Blue) = 120+171+205=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #78ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCD is #875432. Grayscale: #9F9F9F. Windows color (decimal): -8868915 or 13478776. OLE color: 13478776.

HSL color Cylindrical-coordinate representation of color #78ABCD: hue angle of 204º 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 #78ABCD is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 171 205 -
CMYK 0.41 0.17 0 0.20
HSL 204º 0.46% 0.64% -
HSV(B) 204º 0.41% 0.8% -
XYZ 33.33 37.53 63.24 -
YUV 159.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 120 171 205 0.41 0.17 0 0.20 204 0.46 0.64
Hex 78 AB CD 29 11 0 14 CC 2E 40
Octal 170 253 315 51 21 0 24 314 56 100
Binary 1111000 10101011 11001101 101001 10001 0 10100 11001100 101110 1000000

Color Harmonies of #78ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABCD

Black with #78ABCD

Text Example


Text Example

White with #78ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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