Html Css Color HEX #78C0DB Seagull

📋 copy color: '#78C0DB'

red 120 ◦ green 192 ◦ blue 219

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

Shades of Seagull #78C0DB

Tints of Seagull #78C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 22.6%
G = 36.16%
B = 41.24%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C0DB (or 0x78C0DB) is known color: Seagull. HEX triplet: 78, C0 and DB. RGB value is (120,192,219). Sum of RGB (Red+Green+Blue) = 120+192+219=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #78C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0DB is #873F24. Grayscale: #ADADAD. Windows color (decimal): -8863525 or 14401656. OLE color: 14401656.

HSL color Cylindrical-coordinate representation of color #78C0DB: hue angle of 196.36º 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 #78C0DB is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 192 219 -
CMYK 0.45 0.12 0 0.14
HSL 196.36º 0.58% 0.66% -
HSV(B) 196.36º 0.45% 0.86% -
XYZ 39.38 46.81 73.98 -
YUV 173.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 120 192 219 0.45 0.12 0 0.14 196.36 0.58 0.66
Hex 78 C0 DB 2D C 0 E C4 3A 42
Octal 170 300 333 55 14 0 16 304 72 102
Binary 1111000 11000000 11011011 101101 1100 0 1110 11000100 111010 1000010

Color Harmonies of #78C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0DB

Black with #78C0DB

Text Example


Text Example

White with #78C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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