Html Css Color HEX #92ABDD Polo Blue

📋 copy color: '#92ABDD'

red 146 ◦ green 171 ◦ blue 221

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

Shades of Polo Blue #92ABDD

Tints of Polo Blue #92ABDD

RGB

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

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

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

R = 27.14%
G = 31.78%
B = 41.08%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92ABDD (or 0x92ABDD) is known color: Polo Blue. HEX triplet: 92, AB and DD. RGB value is (146,171,221). Sum of RGB (Red+Green+Blue) = 146+171+221=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #92ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABDD is #6D5422. Grayscale: #A9A9A9. Windows color (decimal): -7164963 or 14527378. OLE color: 14527378.

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

Color convert

RGB 146 171 221 -
CMYK 0.34 0.23 0 0.13
HSL 220º 0.52% 0.72% -
HSV(B) 220º 0.34% 0.87% -
XYZ 39.47 40.46 74.14 -
YUV 169.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 146 171 221 0.34 0.23 0 0.13 220 0.52 0.72
Hex 92 AB DD 22 17 0 D DC 34 48
Octal 222 253 335 42 27 0 15 334 64 110
Binary 10010010 10101011 11011101 100010 10111 0 1101 11011100 110100 1001000

Color Harmonies of #92ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABDD

Black with #92ABDD

Text Example


Text Example

White with #92ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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