Html Css Color HEX #91B0CC Polo Blue

📋 copy color: '#91B0CC'

red 145 ◦ green 176 ◦ blue 204

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

Shades of Polo Blue #91B0CC

Tints of Polo Blue #91B0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 27.62%
G = 33.52%
B = 38.86%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#91B0CC (or 0x91B0CC) is known color: Polo Blue. HEX triplet: 91, B0 and CC. RGB value is (145,176,204). Sum of RGB (Red+Green+Blue) = 145+176+204=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #91B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CC is #6E4F33. Grayscale: #A9A9A9. Windows color (decimal): -7229236 or 13414545. OLE color: 13414545.

HSL color Cylindrical-coordinate representation of color #91B0CC: hue angle of 208.47º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91B0CC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 176 204 -
CMYK 0.29 0.14 0 0.2
HSL 208.47º 0.37% 0.68% -
HSV(B) 208.47º 0.29% 0.8% -
XYZ 38.1 41.43 63.12 -
YUV 169.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 145 176 204 0.29 0.14 0 0.2 208.47 0.37 0.68
Hex 91 B0 CC 1D E 0 14 D0 25 44
Octal 221 260 314 35 16 0 24 320 45 104
Binary 10010001 10110000 11001100 11101 1110 0 10100 11010000 100101 1000100

Color Harmonies of #91B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0CC

Black with #91B0CC

Text Example


Text Example

White with #91B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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