Html Css Color HEX #78C0DD Seagull

📋 copy color: '#78C0DD'

red 120 ◦ green 192 ◦ blue 221

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

Shades of Seagull #78C0DD

Tints of Seagull #78C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

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

R = 22.51%
G = 36.02%
B = 41.46%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78C0DD (or 0x78C0DD) is known color: Seagull. HEX triplet: 78, C0 and DD. RGB value is (120,192,221). Sum of RGB (Red+Green+Blue) = 120+192+221=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #78C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0DD is #873F22. Grayscale: #ADADAD. Windows color (decimal): -8863523 or 14532728. OLE color: 14532728.

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

Color convert

RGB 120 192 221 -
CMYK 0.46 0.13 0 0.13
HSL 197.23º 0.6% 0.67% -
HSV(B) 197.23º 0.46% 0.87% -
XYZ 39.65 46.91 75.37 -
YUV 173.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 120 192 221 0.46 0.13 0 0.13 197.23 0.6 0.67
Hex 78 C0 DD 2E D 0 D C5 3C 43
Octal 170 300 335 56 15 0 15 305 74 103
Binary 1111000 11000000 11011101 101110 1101 0 1101 11000101 111100 1000011

Color Harmonies of #78C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0DD

Black with #78C0DD

Text Example


Text Example

White with #78C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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