Html Css Color HEX #92B2DB Polo Blue

📋 copy color: '#92B2DB'

red 146 ◦ green 178 ◦ blue 219

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

Shades of Polo Blue #92B2DB

Tints of Polo Blue #92B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.78%

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

R = 26.89%
G = 32.78%
B = 40.33%

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

#92B2DB (or 0x92B2DB) is known color: Polo Blue. HEX triplet: 92, B2 and DB. RGB value is (146,178,219). Sum of RGB (Red+Green+Blue) = 146+178+219=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2DB is #6D4D24. Grayscale: #ACACAC. Windows color (decimal): -7163173 or 14398098. OLE color: 14398098.

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

Color convert

RGB 146 178 219 -
CMYK 0.33 0.19 0 0.14
HSL 213.7º 0.5% 0.72% -
HSV(B) 213.7º 0.33% 0.86% -
XYZ 40.56 43.07 73.19 -
YUV 173.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 146 178 219 0.33 0.19 0 0.14 213.7 0.5 0.72
Hex 92 B2 DB 21 13 0 E D6 32 48
Octal 222 262 333 41 23 0 16 326 62 110
Binary 10010010 10110010 11011011 100001 10011 0 1110 11010110 110010 1001000

Color Harmonies of #92B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B2DB

Black with #92B2DB

Text Example


Text Example

White with #92B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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