Html Css Color HEX #78BADD Seagull

📋 copy color: '#78BADD'

red 120 ◦ green 186 ◦ blue 221

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

Shades of Seagull #78BADD

Tints of Seagull #78BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 22.77%
G = 35.29%
B = 41.94%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78BADD (or 0x78BADD) is known color: Seagull. HEX triplet: 78, BA and DD. RGB value is (120,186,221). Sum of RGB (Red+Green+Blue) = 120+186+221=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #78BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BADD is #874522. Grayscale: #AAAAAA. Windows color (decimal): -8865059 or 14531192. OLE color: 14531192.

HSL color Cylindrical-coordinate representation of color #78BADD: hue angle of 200.79º degrees, saturation: 0.6, 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 #78BADD is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 186 221 -
CMYK 0.46 0.16 0 0.13
HSL 200.79º 0.6% 0.67% -
HSV(B) 200.79º 0.46% 0.87% -
XYZ 38.36 44.33 74.94 -
YUV 170.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 120 186 221 0.46 0.16 0 0.13 200.79 0.6 0.67
Hex 78 BA DD 2E 10 0 D C9 3C 43
Octal 170 272 335 56 20 0 15 311 74 103
Binary 1111000 10111010 11011101 101110 10000 0 1101 11001001 111100 1000011

Color Harmonies of #78BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BADD

Black with #78BADD

Text Example


Text Example

White with #78BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,186,221); }

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

background-color css

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

 a { background-color: rgb(120,186,221); }

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

border-color css

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

 span { border-color: rgb(120,186,221); }

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