Html Css Color HEX #78A8CB Seagull

📋 copy color: '#78A8CB'

red 120 ◦ green 168 ◦ blue 203

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

Shades of Seagull #78A8CB

Tints of Seagull #78A8CB

RGB

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

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

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

R = 24.44%
G = 34.22%
B = 41.34%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78A8CB (or 0x78A8CB) is known color: Seagull. HEX triplet: 78, A8 and CB. RGB value is (120,168,203). Sum of RGB (Red+Green+Blue) = 120+168+203=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #78A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8CB is #875734. Grayscale: #9D9D9D. Windows color (decimal): -8869685 or 13346936. OLE color: 13346936.

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

Color convert

RGB 120 168 203 -
CMYK 0.41 0.17 0 0.20
HSL 205.3º 0.44% 0.63% -
HSV(B) 205.3º 0.41% 0.8% -
XYZ 32.53 36.31 61.79 -
YUV 157.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 120 168 203 0.41 0.17 0 0.20 205.3 0.44 0.63
Hex 78 A8 CB 29 11 0 14 CD 2C 3F
Octal 170 250 313 51 21 0 24 315 54 77
Binary 1111000 10101000 11001011 101001 10001 0 10100 11001101 101100 111111

Color Harmonies of #78A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8CB

Black with #78A8CB

Text Example


Text Example

White with #78A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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