Html Css Color HEX #90AACF Polo Blue

📋 copy color: '#90AACF'

red 144 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #90AACF

Tints of Polo Blue #90AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 27.64%
G = 32.63%
B = 39.73%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90AACF (or 0x90AACF) is known color: Polo Blue. HEX triplet: 90, AA and CF. RGB value is (144,170,207). Sum of RGB (Red+Green+Blue) = 144+170+207=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #90AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AACF is #6F5530. Grayscale: #A6A6A6. Windows color (decimal): -7296305 or 13609616. OLE color: 13609616.

HSL color Cylindrical-coordinate representation of color #90AACF: hue angle of 215.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AACF is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 170 207 -
CMYK 0.30 0.18 0 0.19
HSL 215.24º 0.4% 0.69% -
HSV(B) 215.24º 0.3% 0.81% -
XYZ 37.14 39.18 64.64 -
YUV 166.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 144 170 207 0.30 0.18 0 0.19 215.24 0.4 0.69
Hex 90 AA CF 1E 12 0 13 D7 28 45
Octal 220 252 317 36 22 0 23 327 50 105
Binary 10010000 10101010 11001111 11110 10010 0 10011 11010111 101000 1000101

Color Harmonies of #90AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AACF

Black with #90AACF

Text Example


Text Example

White with #90AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,207); }

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

background-color css

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

 a { background-color: rgb(144,170,207); }

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

border-color css

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

 span { border-color: rgb(144,170,207); }

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