Html Css Color HEX #78BFE0 Seagull

📋 copy color: '#78BFE0'

red 120 ◦ green 191 ◦ blue 224

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

Shades of Seagull #78BFE0

Tints of Seagull #78BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

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

R = 22.43%
G = 35.7%
B = 41.87%

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

#78BFE0 (or 0x78BFE0) is known color: Seagull. HEX triplet: 78, BF and E0. RGB value is (120,191,224). Sum of RGB (Red+Green+Blue) = 120+191+224=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #78BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFE0 is #87401F. Grayscale: #ADADAD. Windows color (decimal): -8863776 or 14729080. OLE color: 14729080.

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

Color convert

RGB 120 191 224 -
CMYK 0.46 0.15 0 0.12
HSL 199.04º 0.63% 0.67% -
HSV(B) 199.04º 0.46% 0.88% -
XYZ 39.83 46.64 77.42 -
YUV 173.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 120 191 224 0.46 0.15 0 0.12 199.04 0.63 0.67
Hex 78 BF E0 2E F 0 C C7 3F 43
Octal 170 277 340 56 17 0 14 307 77 103
Binary 1111000 10111111 11100000 101110 1111 0 1100 11000111 111111 1000011

Color Harmonies of #78BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFE0

Black with #78BFE0

Text Example


Text Example

White with #78BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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