Html Css Color HEX #78B9DC Seagull

📋 copy color: '#78B9DC'

red 120 ◦ green 185 ◦ blue 220

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

Shades of Seagull #78B9DC

Tints of Seagull #78B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 22.86%
G = 35.24%
B = 41.9%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78B9DC (or 0x78B9DC) is known color: Seagull. HEX triplet: 78, B9 and DC. RGB value is (120,185,220). Sum of RGB (Red+Green+Blue) = 120+185+220=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #78B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9DC is #874623. Grayscale: #A9A9A9. Windows color (decimal): -8865316 or 14465400. OLE color: 14465400.

HSL color Cylindrical-coordinate representation of color #78B9DC: hue angle of 201º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B9DC is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 185 220 -
CMYK 0.45 0.16 0 0.14
HSL 201º 0.59% 0.67% -
HSV(B) 201º 0.45% 0.86% -
XYZ 38.01 43.86 74.17 -
YUV 169.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 120 185 220 0.45 0.16 0 0.14 201 0.59 0.67
Hex 78 B9 DC 2D 10 0 E C9 3B 43
Octal 170 271 334 55 20 0 16 311 73 103
Binary 1111000 10111001 11011100 101101 10000 0 1110 11001001 111011 1000011

Color Harmonies of #78B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B9DC

Black with #78B9DC

Text Example


Text Example

White with #78B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,185,220); }

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

background-color css

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

 a { background-color: rgb(120,185,220); }

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

border-color css

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

 span { border-color: rgb(120,185,220); }

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