Html Css Color HEX #78BFCD Seagull

📋 copy color: '#78BFCD'

red 120 ◦ green 191 ◦ blue 205

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

Shades of Seagull #78BFCD

Tints of Seagull #78BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 23.26%
G = 37.02%
B = 39.73%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78BFCD (or 0x78BFCD) is known color: Seagull. HEX triplet: 78, BF and CD. RGB value is (120,191,205). Sum of RGB (Red+Green+Blue) = 120+191+205=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #78BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFCD is #874032. Grayscale: #ABABAB. Windows color (decimal): -8863795 or 13483896. OLE color: 13483896.

HSL color Cylindrical-coordinate representation of color #78BFCD: hue angle of 189.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BFCD is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 191 205 -
CMYK 0.41 0.07 0 0.20
HSL 189.88º 0.46% 0.64% -
HSV(B) 189.88º 0.41% 0.8% -
XYZ 37.4 45.66 64.6 -
YUV 171.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 120 191 205 0.41 0.07 0 0.20 189.88 0.46 0.64
Hex 78 BF CD 29 7 0 14 BE 2E 40
Octal 170 277 315 51 7 0 24 276 56 100
Binary 1111000 10111111 11001101 101001 111 0 10100 10111110 101110 1000000

Color Harmonies of #78BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFCD

Black with #78BFCD

Text Example


Text Example

White with #78BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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