Html Css Color HEX #78BCDA Seagull

📋 copy color: '#78BCDA'

red 120 ◦ green 188 ◦ blue 218

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

Shades of Seagull #78BCDA

Tints of Seagull #78BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 22.81%
G = 35.74%
B = 41.44%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78BCDA (or 0x78BCDA) is known color: Seagull. HEX triplet: 78, BC and DA. RGB value is (120,188,218). Sum of RGB (Red+Green+Blue) = 120+188+218=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #78BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDA is #874325. Grayscale: #AAAAAA. Windows color (decimal): -8864550 or 14335096. OLE color: 14335096.

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

Color convert

RGB 120 188 218 -
CMYK 0.45 0.14 0 0.15
HSL 198.37º 0.57% 0.66% -
HSV(B) 198.37º 0.45% 0.85% -
XYZ 38.38 45.02 73 -
YUV 171.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 120 188 218 0.45 0.14 0 0.15 198.37 0.57 0.66
Hex 78 BC DA 2D E 0 F C6 39 42
Octal 170 274 332 55 16 0 17 306 71 102
Binary 1111000 10111100 11011010 101101 1110 0 1111 11000110 111001 1000010

Color Harmonies of #78BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCDA

Black with #78BCDA

Text Example


Text Example

White with #78BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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