Html Css Color HEX #78ABCE Seagull

📋 copy color: '#78ABCE'

red 120 ◦ green 171 ◦ blue 206

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

Shades of Seagull #78ABCE

Tints of Seagull #78ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 24.14%
G = 34.41%
B = 41.45%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78ABCE (or 0x78ABCE) is known color: Seagull. HEX triplet: 78, AB and CE. RGB value is (120,171,206). Sum of RGB (Red+Green+Blue) = 120+171+206=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #78ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCE is #875431. Grayscale: #9F9F9F. Windows color (decimal): -8868914 or 13544312. OLE color: 13544312.

HSL color Cylindrical-coordinate representation of color #78ABCE: hue angle of 204.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78ABCE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 171 206 -
CMYK 0.42 0.17 0 0.19
HSL 204.42º 0.47% 0.64% -
HSV(B) 204.42º 0.42% 0.81% -
XYZ 33.45 37.58 63.88 -
YUV 159.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 120 171 206 0.42 0.17 0 0.19 204.42 0.47 0.64
Hex 78 AB CE 2A 11 0 13 CC 2F 40
Octal 170 253 316 52 21 0 23 314 57 100
Binary 1111000 10101011 11001110 101010 10001 0 10011 11001100 101111 1000000

Color Harmonies of #78ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABCE

Black with #78ABCE

Text Example


Text Example

White with #78ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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