Html Css Color HEX #92ADDF Polo Blue

📋 copy color: '#92ADDF'

red 146 ◦ green 173 ◦ blue 223

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

Shades of Polo Blue #92ADDF

Tints of Polo Blue #92ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.92%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 26.94%
G = 31.92%
B = 41.14%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92ADDF (or 0x92ADDF) is known color: Polo Blue. HEX triplet: 92, AD and DF. RGB value is (146,173,223). Sum of RGB (Red+Green+Blue) = 146+173+223=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #92ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDF is #6D5220. Grayscale: #AAAAAA. Windows color (decimal): -7164449 or 14658962. OLE color: 14658962.

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

Color convert

RGB 146 173 223 -
CMYK 0.35 0.22 0 0.13
HSL 218.96º 0.55% 0.72% -
HSV(B) 218.96º 0.35% 0.87% -
XYZ 40.12 41.33 75.67 -
YUV 170.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 146 173 223 0.35 0.22 0 0.13 218.96 0.55 0.72
Hex 92 AD DF 23 16 0 D DB 37 48
Octal 222 255 337 43 26 0 15 333 67 110
Binary 10010010 10101101 11011111 100011 10110 0 1101 11011011 110111 1001000

Color Harmonies of #92ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADDF

Black with #92ADDF

Text Example


Text Example

White with #92ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,223); }

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

background-color css

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

 a { background-color: rgb(146,173,223); }

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

border-color css

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

 span { border-color: rgb(146,173,223); }

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