Html Css Color HEX #92ABCC Polo Blue

📋 copy color: '#92ABCC'

red 146 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #92ABCC

Tints of Polo Blue #92ABCC

RGB

 RED value IS 146 (57.42% from 255) = 28.02%

 GREEN value IS 171 (67.19% from 255) = 32.82%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 28.02%
G = 32.82%
B = 39.16%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#92ABCC (or 0x92ABCC) is known color: Polo Blue. HEX triplet: 92, AB and CC. RGB value is (146,171,204). Sum of RGB (Red+Green+Blue) = 146+171+204=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #92ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABCC is #6D5433. Grayscale: #A7A7A7. Windows color (decimal): -7164980 or 13413266. OLE color: 13413266.

HSL color Cylindrical-coordinate representation of color #92ABCC: hue angle of 214.14º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92ABCC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 171 204 -
CMYK 0.28 0.16 0 0.2
HSL 214.14º 0.36% 0.69% -
HSV(B) 214.14º 0.28% 0.8% -
XYZ 37.32 39.6 62.8 -
YUV 167.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 146 171 204 0.28 0.16 0 0.2 214.14 0.36 0.69
Hex 92 AB CC 1C 10 0 14 D6 24 45
Octal 222 253 314 34 20 0 24 326 44 105
Binary 10010010 10101011 11001100 11100 10000 0 10100 11010110 100100 1000101

Color Harmonies of #92ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABCC

Black with #92ABCC

Text Example


Text Example

White with #92ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ABCC; }

 p { color: rgb(146,171,204); }

 H1.HeaderClassName
 {
   color: #92ABCC;
 }
 .AnyTagClassName
 {
   color: #92ABCC;
 }
</style>

background-color css

<style>
 a { background-color: #92ABCC; }

 a { background-color: rgb(146,171,204); }

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

border-color css

<style>
 span { border-color: #92ABCC; }

 span { border-color: rgb(146,171,204); }

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