Html Css Color HEX #92ABDA Polo Blue

📋 copy color: '#92ABDA'

red 146 ◦ green 171 ◦ blue 218

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

Shades of Polo Blue #92ABDA

Tints of Polo Blue #92ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 27.29%
G = 31.96%
B = 40.75%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92ABDA (or 0x92ABDA) is known color: Polo Blue. HEX triplet: 92, AB and DA. RGB value is (146,171,218). Sum of RGB (Red+Green+Blue) = 146+171+218=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #92ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABDA is #6D5425. Grayscale: #A8A8A8. Windows color (decimal): -7164966 or 14330770. OLE color: 14330770.

HSL color Cylindrical-coordinate representation of color #92ABDA: hue angle of 219.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92ABDA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 171 218 -
CMYK 0.33 0.22 0 0.15
HSL 219.17º 0.49% 0.71% -
HSV(B) 219.17º 0.33% 0.85% -
XYZ 39.07 40.3 72.05 -
YUV 168.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 146 171 218 0.33 0.22 0 0.15 219.17 0.49 0.71
Hex 92 AB DA 21 16 0 F DB 31 47
Octal 222 253 332 41 26 0 17 333 61 107
Binary 10010010 10101011 11011010 100001 10110 0 1111 11011011 110001 1000111

Color Harmonies of #92ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABDA

Black with #92ABDA

Text Example


Text Example

White with #92ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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