Html Css Color HEX #78AFCA Seagull

📋 copy color: '#78AFCA'

red 120 ◦ green 175 ◦ blue 202

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

Shades of Seagull #78AFCA

Tints of Seagull #78AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 24.14%
G = 35.21%
B = 40.64%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#78AFCA (or 0x78AFCA) is known color: Seagull. HEX triplet: 78, AF and CA. RGB value is (120,175,202). Sum of RGB (Red+Green+Blue) = 120+175+202=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #78AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFCA is #875035. Grayscale: #A1A1A1. Windows color (decimal): -8867894 or 13283192. OLE color: 13283192.

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

Color convert

RGB 120 175 202 -
CMYK 0.41 0.13 0 0.21
HSL 199.76º 0.44% 0.63% -
HSV(B) 199.76º 0.41% 0.79% -
XYZ 33.74 38.92 61.61 -
YUV 161.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 120 175 202 0.41 0.13 0 0.21 199.76 0.44 0.63
Hex 78 AF CA 29 D 0 15 C8 2C 3F
Octal 170 257 312 51 15 0 25 310 54 77
Binary 1111000 10101111 11001010 101001 1101 0 10101 11001000 101100 111111

Color Harmonies of #78AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFCA

Black with #78AFCA

Text Example


Text Example

White with #78AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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