Html Css Color HEX #78BCDE Seagull

📋 copy color: '#78BCDE'

red 120 ◦ green 188 ◦ blue 222

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

Shades of Seagull #78BCDE

Tints of Seagull #78BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 22.64%
G = 35.47%
B = 41.89%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78BCDE (or 0x78BCDE) is known color: Seagull. HEX triplet: 78, BC and DE. RGB value is (120,188,222). Sum of RGB (Red+Green+Blue) = 120+188+222=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #78BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDE is #874321. Grayscale: #ABABAB. Windows color (decimal): -8864546 or 14597240. OLE color: 14597240.

HSL color Cylindrical-coordinate representation of color #78BCDE: hue angle of 200º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78BCDE is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 188 222 -
CMYK 0.46 0.15 0 0.13
HSL 200º 0.61% 0.67% -
HSV(B) 200º 0.46% 0.87% -
XYZ 38.91 45.23 75.79 -
YUV 171.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 120 188 222 0.46 0.15 0 0.13 200 0.61 0.67
Hex 78 BC DE 2E F 0 D C8 3D 43
Octal 170 274 336 56 17 0 15 310 75 103
Binary 1111000 10111100 11011110 101110 1111 0 1101 11001000 111101 1000011

Color Harmonies of #78BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCDE

Black with #78BCDE

Text Example


Text Example

White with #78BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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