Html Css Color HEX #78A8CA Seagull

📋 copy color: '#78A8CA'

red 120 ◦ green 168 ◦ blue 202

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

Shades of Seagull #78A8CA

Tints of Seagull #78A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

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

R = 24.49%
G = 34.29%
B = 41.22%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#78A8CA (or 0x78A8CA) is known color: Seagull. HEX triplet: 78, A8 and CA. RGB value is (120,168,202). Sum of RGB (Red+Green+Blue) = 120+168+202=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8CA is #875735. Grayscale: #9D9D9D. Windows color (decimal): -8869686 or 13281400. OLE color: 13281400.

HSL color Cylindrical-coordinate representation of color #78A8CA: hue angle of 204.88º 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 #78A8CA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 168 202 -
CMYK 0.41 0.17 0 0.21
HSL 204.88º 0.44% 0.63% -
HSV(B) 204.88º 0.41% 0.79% -
XYZ 32.41 36.26 61.17 -
YUV 157.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 120 168 202 0.41 0.17 0 0.21 204.88 0.44 0.63
Hex 78 A8 CA 29 11 0 15 CD 2C 3F
Octal 170 250 312 51 21 0 25 315 54 77
Binary 1111000 10101000 11001010 101001 10001 0 10101 11001101 101100 111111

Color Harmonies of #78A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8CA

Black with #78A8CA

Text Example


Text Example

White with #78A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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