Html Css Color HEX #90AECB Polo Blue

📋 copy color: '#90AECB'

red 144 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #90AECB

Tints of Polo Blue #90AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 27.64%
G = 33.4%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90AECB (or 0x90AECB) is known color: Polo Blue. HEX triplet: 90, AE and CB. RGB value is (144,174,203). Sum of RGB (Red+Green+Blue) = 144+174+203=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #90AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AECB is #6F5134. Grayscale: #A8A8A8. Windows color (decimal): -7295285 or 13348496. OLE color: 13348496.

HSL color Cylindrical-coordinate representation of color #90AECB: hue angle of 209.49º degrees, saturation: 0.36, 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 #90AECB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 174 203 -
CMYK 0.29 0.14 0 0.20
HSL 209.49º 0.36% 0.68% -
HSV(B) 209.49º 0.29% 0.8% -
XYZ 37.42 40.51 62.35 -
YUV 168.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 144 174 203 0.29 0.14 0 0.20 209.49 0.36 0.68
Hex 90 AE CB 1D E 0 14 D1 24 44
Octal 220 256 313 35 16 0 24 321 44 104
Binary 10010000 10101110 11001011 11101 1110 0 10100 11010001 100100 1000100

Color Harmonies of #90AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AECB

Black with #90AECB

Text Example


Text Example

White with #90AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,174,203); }

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

background-color css

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

 a { background-color: rgb(144,174,203); }

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

border-color css

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

 span { border-color: rgb(144,174,203); }

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