Html Css Color HEX #78A9CE Seagull

📋 copy color: '#78A9CE'

red 120 ◦ green 169 ◦ blue 206

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

Shades of Seagull #78A9CE

Tints of Seagull #78A9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 24.24%
G = 34.14%
B = 41.62%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78A9CE (or 0x78A9CE) is known color: Seagull. HEX triplet: 78, A9 and CE. RGB value is (120,169,206). Sum of RGB (Red+Green+Blue) = 120+169+206=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #78A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9CE is #875631. Grayscale: #9E9E9E. Windows color (decimal): -8869426 or 13543800. OLE color: 13543800.

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

Color convert

RGB 120 169 206 -
CMYK 0.42 0.18 0 0.19
HSL 205.81º 0.47% 0.64% -
HSV(B) 205.81º 0.42% 0.81% -
XYZ 33.07 36.83 63.76 -
YUV 158.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 120 169 206 0.42 0.18 0 0.19 205.81 0.47 0.64
Hex 78 A9 CE 2A 12 0 13 CE 2F 40
Octal 170 251 316 52 22 0 23 316 57 100
Binary 1111000 10101001 11001110 101010 10010 0 10011 11001110 101111 1000000

Color Harmonies of #78A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A9CE

Black with #78A9CE

Text Example


Text Example

White with #78A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,169,206); }

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

background-color css

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

 a { background-color: rgb(120,169,206); }

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

border-color css

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

 span { border-color: rgb(120,169,206); }

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