Html Css Color HEX #78B3D2 Seagull

📋 copy color: '#78B3D2'

red 120 ◦ green 179 ◦ blue 210

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

Shades of Seagull #78B3D2

Tints of Seagull #78B3D2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.17%

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 23.58%
G = 35.17%
B = 41.26%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78B3D2 (or 0x78B3D2) is known color: Seagull. HEX triplet: 78, B3 and D2. RGB value is (120,179,210). Sum of RGB (Red+Green+Blue) = 120+179+210=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #78B3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3D2 is #874C2D. Grayscale: #A4A4A4. Windows color (decimal): -8866862 or 13808504. OLE color: 13808504.

HSL color Cylindrical-coordinate representation of color #78B3D2: hue angle of 200.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78B3D2 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 179 210 -
CMYK 0.43 0.15 0 0.18
HSL 200.67º 0.5% 0.65% -
HSV(B) 200.67º 0.43% 0.82% -
XYZ 35.5 40.89 66.99 -
YUV 164.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 120 179 210 0.43 0.15 0 0.18 200.67 0.5 0.65
Hex 78 B3 D2 2B F 0 12 C9 32 41
Octal 170 263 322 53 17 0 22 311 62 101
Binary 1111000 10110011 11010010 101011 1111 0 10010 11001001 110010 1000001

Color Harmonies of #78B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B3D2

Black with #78B3D2

Text Example


Text Example

White with #78B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,179,210); }

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

background-color css

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

 a { background-color: rgb(120,179,210); }

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

border-color css

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

 span { border-color: rgb(120,179,210); }

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