Html Css Color HEX #92B7DD Polo Blue

📋 copy color: '#92B7DD'

red 146 ◦ green 183 ◦ blue 221

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

Shades of Polo Blue #92B7DD

Tints of Polo Blue #92B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 26.55%
G = 33.27%
B = 40.18%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92B7DD (or 0x92B7DD) is known color: Polo Blue. HEX triplet: 92, B7 and DD. RGB value is (146,183,221). Sum of RGB (Red+Green+Blue) = 146+183+221=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #92B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7DD is #6D4822. Grayscale: #B0B0B0. Windows color (decimal): -7161891 or 14530450. OLE color: 14530450.

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

Color convert

RGB 146 183 221 -
CMYK 0.34 0.17 0 0.13
HSL 210.4º 0.52% 0.72% -
HSV(B) 210.4º 0.34% 0.87% -
XYZ 41.84 45.2 74.93 -
YUV 176.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 146 183 221 0.34 0.17 0 0.13 210.4 0.52 0.72
Hex 92 B7 DD 22 11 0 D D2 34 48
Octal 222 267 335 42 21 0 15 322 64 110
Binary 10010010 10110111 11011101 100010 10001 0 1101 11010010 110100 1001000

Color Harmonies of #92B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B7DD

Black with #92B7DD

Text Example


Text Example

White with #92B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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