Html Css Color HEX #92B6DD Polo Blue

📋 copy color: '#92B6DD'

red 146 ◦ green 182 ◦ blue 221

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

Shades of Polo Blue #92B6DD

Tints of Polo Blue #92B6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.15%

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

R = 26.59%
G = 33.15%
B = 40.26%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92B6DD (or 0x92B6DD) is known color: Polo Blue. HEX triplet: 92, B6 and DD. RGB value is (146,182,221). Sum of RGB (Red+Green+Blue) = 146+182+221=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #92B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6DD is #6D4922. Grayscale: #AFAFAF. Windows color (decimal): -7162147 or 14530194. OLE color: 14530194.

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

Color convert

RGB 146 182 221 -
CMYK 0.34 0.18 0 0.13
HSL 211.2º 0.52% 0.72% -
HSV(B) 211.2º 0.34% 0.87% -
XYZ 41.63 44.79 74.86 -
YUV 175.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 146 182 221 0.34 0.18 0 0.13 211.2 0.52 0.72
Hex 92 B6 DD 22 12 0 D D3 34 48
Octal 222 266 335 42 22 0 15 323 64 110
Binary 10010010 10110110 11011101 100010 10010 0 1101 11010011 110100 1001000

Color Harmonies of #92B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B6DD

Black with #92B6DD

Text Example


Text Example

White with #92B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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