Html Css Color HEX #78BFDB Seagull

📋 copy color: '#78BFDB'

red 120 ◦ green 191 ◦ blue 219

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

Shades of Seagull #78BFDB

Tints of Seagull #78BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 22.64%
G = 36.04%
B = 41.32%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78BFDB (or 0x78BFDB) is known color: Seagull. HEX triplet: 78, BF and DB. RGB value is (120,191,219). Sum of RGB (Red+Green+Blue) = 120+191+219=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #78BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFDB is #874024. Grayscale: #ACACAC. Windows color (decimal): -8863781 or 14401400. OLE color: 14401400.

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

Color convert

RGB 120 191 219 -
CMYK 0.45 0.13 0 0.14
HSL 196.97º 0.58% 0.66% -
HSV(B) 196.97º 0.45% 0.86% -
XYZ 39.16 46.37 73.9 -
YUV 172.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 120 191 219 0.45 0.13 0 0.14 196.97 0.58 0.66
Hex 78 BF DB 2D D 0 E C5 3A 42
Octal 170 277 333 55 15 0 16 305 72 102
Binary 1111000 10111111 11011011 101101 1101 0 1110 11000101 111010 1000010

Color Harmonies of #78BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFDB

Black with #78BFDB

Text Example


Text Example

White with #78BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,219); }

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

background-color css

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

 a { background-color: rgb(120,191,219); }

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

border-color css

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

 span { border-color: rgb(120,191,219); }

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