Html Css Color HEX #90ABCD Polo Blue

📋 copy color: '#90ABCD'

red 144 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #90ABCD

Tints of Polo Blue #90ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 27.69%
G = 32.88%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90ABCD (or 0x90ABCD) is known color: Polo Blue. HEX triplet: 90, AB and CD. RGB value is (144,171,205). Sum of RGB (Red+Green+Blue) = 144+171+205=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #90ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABCD is #6F5432. Grayscale: #A6A6A6. Windows color (decimal): -7296051 or 13478800. OLE color: 13478800.

HSL color Cylindrical-coordinate representation of color #90ABCD: hue angle of 213.44º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90ABCD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 171 205 -
CMYK 0.30 0.17 0 0.20
HSL 213.44º 0.38% 0.68% -
HSV(B) 213.44º 0.3% 0.8% -
XYZ 37.08 39.46 63.42 -
YUV 166.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 144 171 205 0.30 0.17 0 0.20 213.44 0.38 0.68
Hex 90 AB CD 1E 11 0 14 D5 26 44
Octal 220 253 315 36 21 0 24 325 46 104
Binary 10010000 10101011 11001101 11110 10001 0 10100 11010101 100110 1000100

Color Harmonies of #90ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABCD

Black with #90ABCD

Text Example


Text Example

White with #90ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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