Html Css Color HEX #92AEDE Polo Blue

📋 copy color: '#92AEDE'

red 146 ◦ green 174 ◦ blue 222

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

Shades of Polo Blue #92AEDE

Tints of Polo Blue #92AEDE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.1%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 26.94%
G = 32.1%
B = 40.96%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92AEDE (or 0x92AEDE) is known color: Polo Blue. HEX triplet: 92, AE and DE. RGB value is (146,174,222). Sum of RGB (Red+Green+Blue) = 146+174+222=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #92AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEDE is #6D5121. Grayscale: #AAAAAA. Windows color (decimal): -7164194 or 14593682. OLE color: 14593682.

HSL color Cylindrical-coordinate representation of color #92AEDE: hue angle of 217.89º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92AEDE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 174 222 -
CMYK 0.34 0.22 0 0.13
HSL 217.89º 0.54% 0.72% -
HSV(B) 217.89º 0.34% 0.87% -
XYZ 40.17 41.66 75.03 -
YUV 171.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 146 174 222 0.34 0.22 0 0.13 217.89 0.54 0.72
Hex 92 AE DE 22 16 0 D DA 36 48
Octal 222 256 336 42 26 0 15 332 66 110
Binary 10010010 10101110 11011110 100010 10110 0 1101 11011010 110110 1001000

Color Harmonies of #92AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AEDE

Black with #92AEDE

Text Example


Text Example

White with #92AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,174,222); }

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

background-color css

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

 a { background-color: rgb(146,174,222); }

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

border-color css

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

 span { border-color: rgb(146,174,222); }

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