Html Css Color HEX #78AECF Seagull

📋 copy color: '#78AECF'

red 120 ◦ green 174 ◦ blue 207

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

Shades of Seagull #78AECF

Tints of Seagull #78AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 23.95%
G = 34.73%
B = 41.32%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78AECF (or 0x78AECF) is known color: Seagull. HEX triplet: 78, AE and CF. RGB value is (120,174,207). Sum of RGB (Red+Green+Blue) = 120+174+207=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #78AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AECF is #875130. Grayscale: #A1A1A1. Windows color (decimal): -8868145 or 13610616. OLE color: 13610616.

HSL color Cylindrical-coordinate representation of color #78AECF: hue angle of 202.76º degrees, saturation: 0.48, 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 #78AECF is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 174 207 -
CMYK 0.42 0.16 0 0.19
HSL 202.76º 0.48% 0.64% -
HSV(B) 202.76º 0.42% 0.81% -
XYZ 34.14 38.77 64.72 -
YUV 161.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 120 174 207 0.42 0.16 0 0.19 202.76 0.48 0.64
Hex 78 AE CF 2A 10 0 13 CB 30 40
Octal 170 256 317 52 20 0 23 313 60 100
Binary 1111000 10101110 11001111 101010 10000 0 10011 11001011 110000 1000000

Color Harmonies of #78AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AECF

Black with #78AECF

Text Example


Text Example

White with #78AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,207); }

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

background-color css

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

 a { background-color: rgb(120,174,207); }

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

border-color css

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

 span { border-color: rgb(120,174,207); }

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