Html Css Color HEX #78A3CE Polo Blue

📋 copy color: '#78A3CE'

red 120 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #78A3CE

Tints of Polo Blue #78A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

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

R = 24.54%
G = 33.33%
B = 42.13%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78A3CE (or 0x78A3CE) is known color: Polo Blue. HEX triplet: 78, A3 and CE. RGB value is (120,163,206). Sum of RGB (Red+Green+Blue) = 120+163+206=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #78A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3CE is #875C31. Grayscale: #9A9A9A. Windows color (decimal): -8870962 or 13542264. OLE color: 13542264.

HSL color Cylindrical-coordinate representation of color #78A3CE: hue angle of 210º 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 #78A3CE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 163 206 -
CMYK 0.42 0.21 0 0.19
HSL 210º 0.47% 0.64% -
HSV(B) 210º 0.42% 0.81% -
XYZ 31.98 34.64 63.39 -
YUV 155.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 120 163 206 0.42 0.21 0 0.19 210 0.47 0.64
Hex 78 A3 CE 2A 15 0 13 D2 2F 40
Octal 170 243 316 52 25 0 23 322 57 100
Binary 1111000 10100011 11001110 101010 10101 0 10011 11010010 101111 1000000

Color Harmonies of #78A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A3CE

Black with #78A3CE

Text Example


Text Example

White with #78A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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