Html Css Color HEX #78B2CE Seagull

📋 copy color: '#78B2CE'

red 120 ◦ green 178 ◦ blue 206

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

Shades of Seagull #78B2CE

Tints of Seagull #78B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 23.81%
G = 35.32%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78B2CE (or 0x78B2CE) is known color: Seagull. HEX triplet: 78, B2 and CE. RGB value is (120,178,206). Sum of RGB (Red+Green+Blue) = 120+178+206=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #78B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2CE is #874D31. Grayscale: #A3A3A3. Windows color (decimal): -8867122 or 13546104. OLE color: 13546104.

HSL color Cylindrical-coordinate representation of color #78B2CE: hue angle of 199.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78B2CE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 178 206 -
CMYK 0.42 0.14 0 0.19
HSL 199.53º 0.47% 0.64% -
HSV(B) 199.53º 0.42% 0.81% -
XYZ 34.81 40.29 64.33 -
YUV 163.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 120 178 206 0.42 0.14 0 0.19 199.53 0.47 0.64
Hex 78 B2 CE 2A E 0 13 C8 2F 40
Octal 170 262 316 52 16 0 23 310 57 100
Binary 1111000 10110010 11001110 101010 1110 0 10011 11001000 101111 1000000

Color Harmonies of #78B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B2CE

Black with #78B2CE

Text Example


Text Example

White with #78B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,178,206); }

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

background-color css

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

 a { background-color: rgb(120,178,206); }

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

border-color css

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

 span { border-color: rgb(120,178,206); }

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