Html Css Color HEX #92B0DB Polo Blue

📋 copy color: '#92B0DB'

red 146 ◦ green 176 ◦ blue 219

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

Shades of Polo Blue #92B0DB

Tints of Polo Blue #92B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 26.99%
G = 32.53%
B = 40.48%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92B0DB (or 0x92B0DB) is known color: Polo Blue. HEX triplet: 92, B0 and DB. RGB value is (146,176,219). Sum of RGB (Red+Green+Blue) = 146+176+219=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0DB is #6D4F24. Grayscale: #ABABAB. Windows color (decimal): -7163685 or 14397586. OLE color: 14397586.

HSL color Cylindrical-coordinate representation of color #92B0DB: hue angle of 215.34º 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 #92B0DB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 176 219 -
CMYK 0.33 0.20 0 0.14
HSL 215.34º 0.5% 0.72% -
HSV(B) 215.34º 0.33% 0.86% -
XYZ 40.17 42.28 73.06 -
YUV 171.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 146 176 219 0.33 0.20 0 0.14 215.34 0.5 0.72
Hex 92 B0 DB 21 14 0 E D7 32 48
Octal 222 260 333 41 24 0 16 327 62 110
Binary 10010010 10110000 11011011 100001 10100 0 1110 11010111 110010 1001000

Color Harmonies of #92B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B0DB

Black with #92B0DB

Text Example


Text Example

White with #92B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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