Html Css Color HEX #78BEDA Seagull

📋 copy color: '#78BEDA'

red 120 ◦ green 190 ◦ blue 218

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

Shades of Seagull #78BEDA

Tints of Seagull #78BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.98%

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

R = 22.73%
G = 35.98%
B = 41.29%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78BEDA (or 0x78BEDA) is known color: Seagull. HEX triplet: 78, BE and DA. RGB value is (120,190,218). Sum of RGB (Red+Green+Blue) = 120+190+218=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #78BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEDA is #874125. Grayscale: #ACACAC. Windows color (decimal): -8864038 or 14335608. OLE color: 14335608.

HSL color Cylindrical-coordinate representation of color #78BEDA: hue angle of 197.14º 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 #78BEDA is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 190 218 -
CMYK 0.45 0.13 0 0.15
HSL 197.14º 0.57% 0.66% -
HSV(B) 197.14º 0.45% 0.85% -
XYZ 38.81 45.88 73.14 -
YUV 172.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 120 190 218 0.45 0.13 0 0.15 197.14 0.57 0.66
Hex 78 BE DA 2D D 0 F C5 39 42
Octal 170 276 332 55 15 0 17 305 71 102
Binary 1111000 10111110 11011010 101101 1101 0 1111 11000101 111001 1000010

Color Harmonies of #78BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BEDA

Black with #78BEDA

Text Example


Text Example

White with #78BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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