Html Css Color HEX #91B0DC Polo Blue

📋 copy color: '#91B0DC'

red 145 ◦ green 176 ◦ blue 220

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

Shades of Polo Blue #91B0DC

Tints of Polo Blue #91B0DC

RGB

 RED value IS 145 (57.03% from 255) = 26.8%

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 26.8%
G = 32.53%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91B0DC (or 0x91B0DC) is known color: Polo Blue. HEX triplet: 91, B0 and DC. RGB value is (145,176,220). Sum of RGB (Red+Green+Blue) = 145+176+220=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #91B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0DC is #6E4F23. Grayscale: #ABABAB. Windows color (decimal): -7229220 or 14463121. OLE color: 14463121.

HSL color Cylindrical-coordinate representation of color #91B0DC: hue angle of 215.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91B0DC is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 176 220 -
CMYK 0.34 0.2 0 0.14
HSL 215.2º 0.52% 0.72% -
HSV(B) 215.2º 0.34% 0.86% -
XYZ 40.12 42.24 73.75 -
YUV 171.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 145 176 220 0.34 0.2 0 0.14 215.2 0.52 0.72
Hex 91 B0 DC 22 14 0 E D7 34 48
Octal 221 260 334 42 24 0 16 327 64 110
Binary 10010001 10110000 11011100 100010 10100 0 1110 11010111 110100 1001000

Color Harmonies of #91B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0DC

Black with #91B0DC

Text Example


Text Example

White with #91B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91B0DC; }

 p { color: rgb(145,176,220); }

 H1.HeaderClassName
 {
   color: #91B0DC;
 }
 .AnyTagClassName
 {
   color: #91B0DC;
 }
</style>

background-color css

<style>
 a { background-color: #91B0DC; }

 a { background-color: rgb(145,176,220); }

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

border-color css

<style>
 span { border-color: #91B0DC; }

 span { border-color: rgb(145,176,220); }

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