Html Css Color HEX #78BFDA Seagull

📋 copy color: '#78BFDA'

red 120 ◦ green 191 ◦ blue 218

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

Shades of Seagull #78BFDA

Tints of Seagull #78BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 22.68%
G = 36.11%
B = 41.21%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78BFDA (or 0x78BFDA) is known color: Seagull. HEX triplet: 78, BF and DA. RGB value is (120,191,218). Sum of RGB (Red+Green+Blue) = 120+191+218=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #78BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFDA is #874025. Grayscale: #ACACAC. Windows color (decimal): -8863782 or 14335864. OLE color: 14335864.

HSL color Cylindrical-coordinate representation of color #78BFDA: hue angle of 196.53º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BFDA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 191 218 -
CMYK 0.45 0.12 0 0.15
HSL 196.53º 0.57% 0.66% -
HSV(B) 196.53º 0.45% 0.85% -
XYZ 39.03 46.32 73.21 -
YUV 172.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 120 191 218 0.45 0.12 0 0.15 196.53 0.57 0.66
Hex 78 BF DA 2D C 0 F C5 39 42
Octal 170 277 332 55 14 0 17 305 71 102
Binary 1111000 10111111 11011010 101101 1100 0 1111 11000101 111001 1000010

Color Harmonies of #78BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFDA

Black with #78BFDA

Text Example


Text Example

White with #78BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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