Html Css Color HEX #78B9CF Seagull

📋 copy color: '#78B9CF'

red 120 ◦ green 185 ◦ blue 207

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

Shades of Seagull #78B9CF

Tints of Seagull #78B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 23.44%
G = 36.13%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78B9CF (or 0x78B9CF) is known color: Seagull. HEX triplet: 78, B9 and CF. RGB value is (120,185,207). Sum of RGB (Red+Green+Blue) = 120+185+207=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #78B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9CF is #874630. Grayscale: #A7A7A7. Windows color (decimal): -8865329 or 13613432. OLE color: 13613432.

HSL color Cylindrical-coordinate representation of color #78B9CF: hue angle of 195.17º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78B9CF is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 185 207 -
CMYK 0.42 0.11 0 0.19
HSL 195.17º 0.48% 0.64% -
HSV(B) 195.17º 0.42% 0.81% -
XYZ 36.36 43.2 65.45 -
YUV 168.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 120 185 207 0.42 0.11 0 0.19 195.17 0.48 0.64
Hex 78 B9 CF 2A B 0 13 C3 30 40
Octal 170 271 317 52 13 0 23 303 60 100
Binary 1111000 10111001 11001111 101010 1011 0 10011 11000011 110000 1000000

Color Harmonies of #78B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B9CF

Black with #78B9CF

Text Example


Text Example

White with #78B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,185,207); }

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

background-color css

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

 a { background-color: rgb(120,185,207); }

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

border-color css

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

 span { border-color: rgb(120,185,207); }

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