Html Css Color HEX #90B1DF Polo Blue

📋 copy color: '#90B1DF'

red 144 ◦ green 177 ◦ blue 223

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

Shades of Polo Blue #90B1DF

Tints of Polo Blue #90B1DF

RGB

 RED value IS 144 (56.64% from 255) = 26.47%

 GREEN value IS 177 (69.53% from 255) = 32.54%

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

R = 26.47%
G = 32.54%
B = 40.99%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90B1DF (or 0x90B1DF) is known color: Polo Blue. HEX triplet: 90, B1 and DF. RGB value is (144,177,223). Sum of RGB (Red+Green+Blue) = 144+177+223=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #90B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1DF is #6F4E20. Grayscale: #ACACAC. Windows color (decimal): -7294497 or 14659984. OLE color: 14659984.

HSL color Cylindrical-coordinate representation of color #90B1DF: hue angle of 214.94º 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 #90B1DF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 177 223 -
CMYK 0.35 0.21 0 0.13
HSL 214.94º 0.55% 0.72% -
HSV(B) 214.94º 0.35% 0.87% -
XYZ 40.54 42.7 75.92 -
YUV 172.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 144 177 223 0.35 0.21 0 0.13 214.94 0.55 0.72
Hex 90 B1 DF 23 15 0 D D7 37 48
Octal 220 261 337 43 25 0 15 327 67 110
Binary 10010000 10110001 11011111 100011 10101 0 1101 11010111 110111 1001000

Color Harmonies of #90B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B1DF

Black with #90B1DF

Text Example


Text Example

White with #90B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90B1DF; }

 p { color: rgb(144,177,223); }

 H1.HeaderClassName
 {
   color: #90B1DF;
 }
 .AnyTagClassName
 {
   color: #90B1DF;
 }
</style>

background-color css

<style>
 a { background-color: #90B1DF; }

 a { background-color: rgb(144,177,223); }

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

border-color css

<style>
 span { border-color: #90B1DF; }

 span { border-color: rgb(144,177,223); }

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