Html Css Color HEX #78B8D0 Seagull

📋 copy color: '#78B8D0'

red 120 ◦ green 184 ◦ blue 208

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

Shades of Seagull #78B8D0

Tints of Seagull #78B8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 23.44%
G = 35.94%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78B8D0 (or 0x78B8D0) is known color: Seagull. HEX triplet: 78, B8 and D0. RGB value is (120,184,208). Sum of RGB (Red+Green+Blue) = 120+184+208=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #78B8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8D0 is #87472F. Grayscale: #A7A7A7. Windows color (decimal): -8865584 or 13678712. OLE color: 13678712.

HSL color Cylindrical-coordinate representation of color #78B8D0: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78B8D0 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 184 208 -
CMYK 0.42 0.12 0 0.18
HSL 196.36º 0.48% 0.64% -
HSV(B) 196.36º 0.42% 0.82% -
XYZ 36.27 42.83 66.03 -
YUV 167.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 120 184 208 0.42 0.12 0 0.18 196.36 0.48 0.64
Hex 78 B8 D0 2A C 0 12 C4 30 40
Octal 170 270 320 52 14 0 22 304 60 100
Binary 1111000 10111000 11010000 101010 1100 0 10010 11000100 110000 1000000

Color Harmonies of #78B8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B8D0

Black with #78B8D0

Text Example


Text Example

White with #78B8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,184,208); }

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

background-color css

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

 a { background-color: rgb(120,184,208); }

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

border-color css

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

 span { border-color: rgb(120,184,208); }

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