Html Css Color HEX #90ABC4 Polo Blue

📋 copy color: '#90ABC4'

red 144 ◦ green 171 ◦ blue 196

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

Shades of Polo Blue #90ABC4

Tints of Polo Blue #90ABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.46%

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 28.18%
G = 33.46%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#90ABC4 (or 0x90ABC4) is known color: Polo Blue. HEX triplet: 90, AB and C4. RGB value is (144,171,196). Sum of RGB (Red+Green+Blue) = 144+171+196=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #90ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABC4 is #6F543B. Grayscale: #A5A5A5. Windows color (decimal): -7296060 or 12888976. OLE color: 12888976.

HSL color Cylindrical-coordinate representation of color #90ABC4: hue angle of 208.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90ABC4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 171 196 -
CMYK 0.27 0.13 0 0.23
HSL 208.85º 0.31% 0.67% -
HSV(B) 208.85º 0.27% 0.77% -
XYZ 36.03 39.04 57.86 -
YUV 165.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 144 171 196 0.27 0.13 0 0.23 208.85 0.31 0.67
Hex 90 AB C4 1B D 0 17 D1 1F 43
Octal 220 253 304 33 15 0 27 321 37 103
Binary 10010000 10101011 11000100 11011 1101 0 10111 11010001 11111 1000011

Color Harmonies of #90ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABC4

Black with #90ABC4

Text Example


Text Example

White with #90ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,196); }

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

background-color css

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

 a { background-color: rgb(144,171,196); }

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

border-color css

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

 span { border-color: rgb(144,171,196); }

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