Html Css Color HEX #90ACCA Polo Blue

📋 copy color: '#90ACCA'

red 144 ◦ green 172 ◦ blue 202

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

Shades of Polo Blue #90ACCA

Tints of Polo Blue #90ACCA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 27.8%
G = 33.2%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90ACCA (or 0x90ACCA) is known color: Polo Blue. HEX triplet: 90, AC and CA. RGB value is (144,172,202). Sum of RGB (Red+Green+Blue) = 144+172+202=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #90ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACCA is #6F5335. Grayscale: #A6A6A6. Windows color (decimal): -7295798 or 13282448. OLE color: 13282448.

HSL color Cylindrical-coordinate representation of color #90ACCA: hue angle of 211.03º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ACCA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 172 202 -
CMYK 0.29 0.15 0 0.21
HSL 211.03º 0.35% 0.68% -
HSV(B) 211.03º 0.29% 0.79% -
XYZ 36.91 39.7 61.59 -
YUV 167.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 144 172 202 0.29 0.15 0 0.21 211.03 0.35 0.68
Hex 90 AC CA 1D F 0 15 D3 23 44
Octal 220 254 312 35 17 0 25 323 43 104
Binary 10010000 10101100 11001010 11101 1111 0 10101 11010011 100011 1000100

Color Harmonies of #90ACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACCA

Black with #90ACCA

Text Example


Text Example

White with #90ACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,202); }

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

background-color css

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

 a { background-color: rgb(144,172,202); }

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

border-color css

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

 span { border-color: rgb(144,172,202); }

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