Html Css Color HEX #92B1DB Polo Blue

📋 copy color: '#92B1DB'

red 146 ◦ green 177 ◦ blue 219

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

Shades of Polo Blue #92B1DB

Tints of Polo Blue #92B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.66%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 26.94%
G = 32.66%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92B1DB (or 0x92B1DB) is known color: Polo Blue. HEX triplet: 92, B1 and DB. RGB value is (146,177,219). Sum of RGB (Red+Green+Blue) = 146+177+219=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1DB is #6D4E24. Grayscale: #ACACAC. Windows color (decimal): -7163429 or 14397842. OLE color: 14397842.

HSL color Cylindrical-coordinate representation of color #92B1DB: hue angle of 214.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92B1DB is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 177 219 -
CMYK 0.33 0.19 0 0.14
HSL 214.52º 0.5% 0.72% -
HSV(B) 214.52º 0.33% 0.86% -
XYZ 40.36 42.67 73.13 -
YUV 172.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 146 177 219 0.33 0.19 0 0.14 214.52 0.5 0.72
Hex 92 B1 DB 21 13 0 E D7 32 48
Octal 222 261 333 41 23 0 16 327 62 110
Binary 10010010 10110001 11011011 100001 10011 0 1110 11010111 110010 1001000

Color Harmonies of #92B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B1DB

Black with #92B1DB

Text Example


Text Example

White with #92B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,177,219); }

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

background-color css

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

 a { background-color: rgb(146,177,219); }

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

border-color css

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

 span { border-color: rgb(146,177,219); }

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