Html Css Color HEX #78A2CB Polo Blue

📋 copy color: '#78A2CB'

red 120 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #78A2CB

Tints of Polo Blue #78A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 24.74%
G = 33.4%
B = 41.86%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78A2CB (or 0x78A2CB) is known color: Polo Blue. HEX triplet: 78, A2 and CB. RGB value is (120,162,203). Sum of RGB (Red+Green+Blue) = 120+162+203=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #78A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2CB is #875D34. Grayscale: #999999. Windows color (decimal): -8871221 or 13345400. OLE color: 13345400.

HSL color Cylindrical-coordinate representation of color #78A2CB: hue angle of 209.64º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A2CB is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 162 203 -
CMYK 0.41 0.20 0 0.20
HSL 209.64º 0.44% 0.63% -
HSV(B) 209.64º 0.41% 0.8% -
XYZ 31.45 34.15 61.43 -
YUV 154.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 120 162 203 0.41 0.20 0 0.20 209.64 0.44 0.63
Hex 78 A2 CB 29 14 0 14 D2 2C 3F
Octal 170 242 313 51 24 0 24 322 54 77
Binary 1111000 10100010 11001011 101001 10100 0 10100 11010010 101100 111111

Color Harmonies of #78A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A2CB

Black with #78A2CB

Text Example


Text Example

White with #78A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,203); }

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

background-color css

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

 a { background-color: rgb(120,162,203); }

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

border-color css

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

 span { border-color: rgb(120,162,203); }

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