Html Css Color HEX #90ACDF Polo Blue

📋 copy color: '#90ACDF'

red 144 ◦ green 172 ◦ blue 223

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

Shades of Polo Blue #90ACDF

Tints of Polo Blue #90ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 26.72%
G = 31.91%
B = 41.37%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90ACDF (or 0x90ACDF) is known color: Polo Blue. HEX triplet: 90, AC and DF. RGB value is (144,172,223). Sum of RGB (Red+Green+Blue) = 144+172+223=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #90ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDF is #6F5320. Grayscale: #A9A9A9. Windows color (decimal): -7295777 or 14658704. OLE color: 14658704.

HSL color Cylindrical-coordinate representation of color #90ACDF: hue angle of 218.73º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ACDF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 172 223 -
CMYK 0.35 0.23 0 0.13
HSL 218.73º 0.55% 0.72% -
HSV(B) 218.73º 0.35% 0.87% -
XYZ 39.57 40.76 75.59 -
YUV 169.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 144 172 223 0.35 0.23 0 0.13 218.73 0.55 0.72
Hex 90 AC DF 23 17 0 D DB 37 48
Octal 220 254 337 43 27 0 15 333 67 110
Binary 10010000 10101100 11011111 100011 10111 0 1101 11011011 110111 1001000

Color Harmonies of #90ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACDF

Black with #90ACDF

Text Example


Text Example

White with #90ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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