Html Css Color HEX #78BACD Seagull

📋 copy color: '#78BACD'

red 120 ◦ green 186 ◦ blue 205

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

Shades of Seagull #78BACD

Tints of Seagull #78BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 23.48%
G = 36.4%
B = 40.12%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78BACD (or 0x78BACD) is known color: Seagull. HEX triplet: 78, BA and CD. RGB value is (120,186,205). Sum of RGB (Red+Green+Blue) = 120+186+205=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #78BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BACD is #874532. Grayscale: #A8A8A8. Windows color (decimal): -8865075 or 13482616. OLE color: 13482616.

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

Color convert

RGB 120 186 205 -
CMYK 0.41 0.09 0 0.20
HSL 193.41º 0.46% 0.64% -
HSV(B) 193.41º 0.41% 0.8% -
XYZ 36.32 43.52 64.24 -
YUV 168.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 120 186 205 0.41 0.09 0 0.20 193.41 0.46 0.64
Hex 78 BA CD 29 9 0 14 C1 2E 40
Octal 170 272 315 51 11 0 24 301 56 100
Binary 1111000 10111010 11001101 101001 1001 0 10100 11000001 101110 1000000

Color Harmonies of #78BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BACD

Black with #78BACD

Text Example


Text Example

White with #78BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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