Html Css Color HEX #78AFC7 Seagull

📋 copy color: '#78AFC7'

red 120 ◦ green 175 ◦ blue 199

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

Shades of Seagull #78AFC7

Tints of Seagull #78AFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 24.29%
G = 35.43%
B = 40.28%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#78AFC7 (or 0x78AFC7) is known color: Seagull. HEX triplet: 78, AF and C7. RGB value is (120,175,199). Sum of RGB (Red+Green+Blue) = 120+175+199=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #78AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFC7 is #875038. Grayscale: #A1A1A1. Windows color (decimal): -8867897 or 13086584. OLE color: 13086584.

HSL color Cylindrical-coordinate representation of color #78AFC7: hue angle of 198.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78AFC7 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 175 199 -
CMYK 0.40 0.12 0 0.22
HSL 198.23º 0.41% 0.63% -
HSV(B) 198.23º 0.4% 0.78% -
XYZ 33.38 38.78 59.76 -
YUV 161.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 120 175 199 0.40 0.12 0 0.22 198.23 0.41 0.63
Hex 78 AF C7 28 C 0 16 C6 29 3F
Octal 170 257 307 50 14 0 26 306 51 77
Binary 1111000 10101111 11000111 101000 1100 0 10110 11000110 101001 111111

Color Harmonies of #78AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFC7

Black with #78AFC7

Text Example


Text Example

White with #78AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,175,199); }

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

background-color css

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

 a { background-color: rgb(120,175,199); }

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

border-color css

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

 span { border-color: rgb(120,175,199); }

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