Html Css Color HEX #91B2DF Polo Blue

📋 copy color: '#91B2DF'

red 145 ◦ green 178 ◦ blue 223

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

Shades of Polo Blue #91B2DF

Tints of Polo Blue #91B2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 26.56%
G = 32.6%
B = 40.84%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91B2DF (or 0x91B2DF) is known color: Polo Blue. HEX triplet: 91, B2 and DF. RGB value is (145,178,223). Sum of RGB (Red+Green+Blue) = 145+178+223=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2DF is #6E4D20. Grayscale: #ADADAD. Windows color (decimal): -7228705 or 14660241. OLE color: 14660241.

HSL color Cylindrical-coordinate representation of color #91B2DF: hue angle of 214.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91B2DF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 178 223 -
CMYK 0.35 0.20 0 0.13
HSL 214.62º 0.55% 0.72% -
HSV(B) 214.62º 0.35% 0.87% -
XYZ 40.92 43.19 75.99 -
YUV 173.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 145 178 223 0.35 0.20 0 0.13 214.62 0.55 0.72
Hex 91 B2 DF 23 14 0 D D7 37 48
Octal 221 262 337 43 24 0 15 327 67 110
Binary 10010001 10110010 11011111 100011 10100 0 1101 11010111 110111 1001000

Color Harmonies of #91B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B2DF

Black with #91B2DF

Text Example


Text Example

White with #91B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,178,223); }

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

background-color css

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

 a { background-color: rgb(145,178,223); }

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

border-color css

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

 span { border-color: rgb(145,178,223); }

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