Html Css Color HEX #92B0DA Polo Blue

📋 copy color: '#92B0DA'

red 146 ◦ green 176 ◦ blue 218

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

Shades of Polo Blue #92B0DA

Tints of Polo Blue #92B0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 27.04%
G = 32.59%
B = 40.37%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92B0DA (or 0x92B0DA) is known color: Polo Blue. HEX triplet: 92, B0 and DA. RGB value is (146,176,218). Sum of RGB (Red+Green+Blue) = 146+176+218=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #92B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0DA is #6D4F25. Grayscale: #ABABAB. Windows color (decimal): -7163686 or 14332050. OLE color: 14332050.

HSL color Cylindrical-coordinate representation of color #92B0DA: hue angle of 215º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92B0DA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 176 218 -
CMYK 0.33 0.19 0 0.15
HSL 215º 0.49% 0.71% -
HSV(B) 215º 0.33% 0.85% -
XYZ 40.03 42.22 72.37 -
YUV 171.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 146 176 218 0.33 0.19 0 0.15 215 0.49 0.71
Hex 92 B0 DA 21 13 0 F D7 31 47
Octal 222 260 332 41 23 0 17 327 61 107
Binary 10010010 10110000 11011010 100001 10011 0 1111 11010111 110001 1000111

Color Harmonies of #92B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B0DA

Black with #92B0DA

Text Example


Text Example

White with #92B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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