Html Css Color HEX #92ACDD Polo Blue

📋 copy color: '#92ACDD'

red 146 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #92ACDD

Tints of Polo Blue #92ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 27.09%
G = 31.91%
B = 41%

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

#92ACDD (or 0x92ACDD) is known color: Polo Blue. HEX triplet: 92, AC and DD. RGB value is (146,172,221). Sum of RGB (Red+Green+Blue) = 146+172+221=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #92ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACDD is #6D5322. Grayscale: #A9A9A9. Windows color (decimal): -7164707 or 14527634. OLE color: 14527634.

HSL color Cylindrical-coordinate representation of color #92ACDD: hue angle of 219.2º degrees, saturation: 0.52, 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 #92ACDD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 172 221 -
CMYK 0.34 0.22 0 0.13
HSL 219.2º 0.52% 0.72% -
HSV(B) 219.2º 0.34% 0.87% -
XYZ 39.66 40.84 74.2 -
YUV 169.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 146 172 221 0.34 0.22 0 0.13 219.2 0.52 0.72
Hex 92 AC DD 22 16 0 D DB 34 48
Octal 222 254 335 42 26 0 15 333 64 110
Binary 10010010 10101100 11011101 100010 10110 0 1101 11011011 110100 1001000

Color Harmonies of #92ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ACDD

Black with #92ACDD

Text Example


Text Example

White with #92ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,172,221); }

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

background-color css

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

 a { background-color: rgb(146,172,221); }

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

border-color css

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

 span { border-color: rgb(146,172,221); }

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