Html Css Color HEX #90A3C8 Polo Blue

📋 copy color: '#90A3C8'

red 144 ◦ green 163 ◦ blue 200

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

Shades of Polo Blue #90A3C8

Tints of Polo Blue #90A3C8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 28.4%
G = 32.15%
B = 39.45%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#90A3C8 (or 0x90A3C8) is known color: Polo Blue. HEX triplet: 90, A3 and C8. RGB value is (144,163,200). Sum of RGB (Red+Green+Blue) = 144+163+200=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #90A3C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3C8 is #6F5C37. Grayscale: #A1A1A1. Windows color (decimal): -7298104 or 13149072. OLE color: 13149072.

HSL color Cylindrical-coordinate representation of color #90A3C8: hue angle of 219.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90A3C8 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 163 200 -
CMYK 0.28 0.18 0 0.22
HSL 219.64º 0.34% 0.67% -
HSV(B) 219.64º 0.28% 0.78% -
XYZ 35.02 36.29 59.8 -
YUV 161.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 144 163 200 0.28 0.18 0 0.22 219.64 0.34 0.67
Hex 90 A3 C8 1C 12 0 16 DC 22 43
Octal 220 243 310 34 22 0 26 334 42 103
Binary 10010000 10100011 11001000 11100 10010 0 10110 11011100 100010 1000011

Color Harmonies of #90A3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A3C8

Black with #90A3C8

Text Example


Text Example

White with #90A3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,200); }

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

background-color css

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

 a { background-color: rgb(144,163,200); }

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

border-color css

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

 span { border-color: rgb(144,163,200); }

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