Html Css Color HEX #78C0DF Seagull

📋 copy color: '#78C0DF'

red 120 ◦ green 192 ◦ blue 223

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

Shades of Seagull #78C0DF

Tints of Seagull #78C0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 22.43%
G = 35.89%
B = 41.68%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78C0DF (or 0x78C0DF) is known color: Seagull. HEX triplet: 78, C0 and DF. RGB value is (120,192,223). Sum of RGB (Red+Green+Blue) = 120+192+223=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #78C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0DF is #873F20. Grayscale: #ADADAD. Windows color (decimal): -8863521 or 14663800. OLE color: 14663800.

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

Color convert

RGB 120 192 223 -
CMYK 0.46 0.14 0 0.13
HSL 198.06º 0.62% 0.67% -
HSV(B) 198.06º 0.46% 0.87% -
XYZ 39.91 47.02 76.78 -
YUV 174.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 120 192 223 0.46 0.14 0 0.13 198.06 0.62 0.67
Hex 78 C0 DF 2E E 0 D C6 3E 43
Octal 170 300 337 56 16 0 15 306 76 103
Binary 1111000 11000000 11011111 101110 1110 0 1101 11000110 111110 1000011

Color Harmonies of #78C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0DF

Black with #78C0DF

Text Example


Text Example

White with #78C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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