Html Css Color HEX #90ABCC Polo Blue

📋 copy color: '#90ABCC'

red 144 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #90ABCC

Tints of Polo Blue #90ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 27.75%
G = 32.95%
B = 39.31%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#90ABCC (or 0x90ABCC) is known color: Polo Blue. HEX triplet: 90, AB and CC. RGB value is (144,171,204). Sum of RGB (Red+Green+Blue) = 144+171+204=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #90ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABCC is #6F5433. Grayscale: #A6A6A6. Windows color (decimal): -7296052 or 13413264. OLE color: 13413264.

HSL color Cylindrical-coordinate representation of color #90ABCC: hue angle of 213º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ABCC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 171 204 -
CMYK 0.29 0.16 0 0.2
HSL 213º 0.37% 0.68% -
HSV(B) 213º 0.29% 0.8% -
XYZ 36.96 39.41 62.79 -
YUV 166.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 144 171 204 0.29 0.16 0 0.2 213 0.37 0.68
Hex 90 AB CC 1D 10 0 14 D5 25 44
Octal 220 253 314 35 20 0 24 325 45 104
Binary 10010000 10101011 11001100 11101 10000 0 10100 11010101 100101 1000100

Color Harmonies of #90ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABCC

Black with #90ABCC

Text Example


Text Example

White with #90ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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