Html Css Color HEX #78AECB Seagull

📋 copy color: '#78AECB'

red 120 ◦ green 174 ◦ blue 203

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

Shades of Seagull #78AECB

Tints of Seagull #78AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 24.14%
G = 35.01%
B = 40.85%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78AECB (or 0x78AECB) is known color: Seagull. HEX triplet: 78, AE and CB. RGB value is (120,174,203). Sum of RGB (Red+Green+Blue) = 120+174+203=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #78AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AECB is #875134. Grayscale: #A0A0A0. Windows color (decimal): -8868149 or 13348472. OLE color: 13348472.

HSL color Cylindrical-coordinate representation of color #78AECB: hue angle of 200.96º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78AECB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 174 203 -
CMYK 0.41 0.14 0 0.20
HSL 200.96º 0.44% 0.63% -
HSV(B) 200.96º 0.41% 0.8% -
XYZ 33.66 38.58 62.17 -
YUV 161.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 120 174 203 0.41 0.14 0 0.20 200.96 0.44 0.63
Hex 78 AE CB 29 E 0 14 C9 2C 3F
Octal 170 256 313 51 16 0 24 311 54 77
Binary 1111000 10101110 11001011 101001 1110 0 10100 11001001 101100 111111

Color Harmonies of #78AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AECB

Black with #78AECB

Text Example


Text Example

White with #78AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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