Html Css Color HEX #78BFCE Seagull

📋 copy color: '#78BFCE'

red 120 ◦ green 191 ◦ blue 206

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

Shades of Seagull #78BFCE

Tints of Seagull #78BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 23.21%
G = 36.94%
B = 39.85%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78BFCE (or 0x78BFCE) is known color: Seagull. HEX triplet: 78, BF and CE. RGB value is (120,191,206). Sum of RGB (Red+Green+Blue) = 120+191+206=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #78BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFCE is #874031. Grayscale: #ABABAB. Windows color (decimal): -8863794 or 13549432. OLE color: 13549432.

HSL color Cylindrical-coordinate representation of color #78BFCE: hue angle of 190.47º degrees, saturation: 0.47, 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 #78BFCE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 191 206 -
CMYK 0.42 0.07 0 0.19
HSL 190.47º 0.47% 0.64% -
HSV(B) 190.47º 0.42% 0.81% -
XYZ 37.52 45.71 65.24 -
YUV 171.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 120 191 206 0.42 0.07 0 0.19 190.47 0.47 0.64
Hex 78 BF CE 2A 7 0 13 BE 2F 40
Octal 170 277 316 52 7 0 23 276 57 100
Binary 1111000 10111111 11001110 101010 111 0 10011 10111110 101111 1000000

Color Harmonies of #78BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFCE

Black with #78BFCE

Text Example


Text Example

White with #78BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,206); }

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

background-color css

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

 a { background-color: rgb(120,191,206); }

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

border-color css

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

 span { border-color: rgb(120,191,206); }

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