Html Css Color HEX #78BEE0 Seagull

📋 copy color: '#78BEE0'

red 120 ◦ green 190 ◦ blue 224

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

Shades of Seagull #78BEE0

Tints of Seagull #78BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 22.47%
G = 35.58%
B = 41.95%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78BEE0 (or 0x78BEE0) is known color: Seagull. HEX triplet: 78, BE and E0. RGB value is (120,190,224). Sum of RGB (Red+Green+Blue) = 120+190+224=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #78BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEE0 is #87411F. Grayscale: #ACACAC. Windows color (decimal): -8864032 or 14728824. OLE color: 14728824.

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

Color convert

RGB 120 190 224 -
CMYK 0.46 0.15 0 0.12
HSL 199.62º 0.63% 0.67% -
HSV(B) 199.62º 0.46% 0.88% -
XYZ 39.61 46.2 77.35 -
YUV 172.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 120 190 224 0.46 0.15 0 0.12 199.62 0.63 0.67
Hex 78 BE E0 2E F 0 C C8 3F 43
Octal 170 276 340 56 17 0 14 310 77 103
Binary 1111000 10111110 11100000 101110 1111 0 1100 11001000 111111 1000011

Color Harmonies of #78BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BEE0

Black with #78BEE0

Text Example


Text Example

White with #78BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,190,224); }

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

background-color css

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

 a { background-color: rgb(120,190,224); }

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

border-color css

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

 span { border-color: rgb(120,190,224); }

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