Html Css Color HEX #90AECF Polo Blue

📋 copy color: '#90AECF'

red 144 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #90AECF

Tints of Polo Blue #90AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 27.43%
G = 33.14%
B = 39.43%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90AECF (or 0x90AECF) is known color: Polo Blue. HEX triplet: 90, AE and CF. RGB value is (144,174,207). Sum of RGB (Red+Green+Blue) = 144+174+207=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #90AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AECF is #6F5130. Grayscale: #A8A8A8. Windows color (decimal): -7295281 or 13610640. OLE color: 13610640.

HSL color Cylindrical-coordinate representation of color #90AECF: hue angle of 211.43º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AECF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 174 207 -
CMYK 0.30 0.16 0 0.19
HSL 211.43º 0.4% 0.69% -
HSV(B) 211.43º 0.3% 0.81% -
XYZ 37.9 40.71 64.89 -
YUV 168.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 144 174 207 0.30 0.16 0 0.19 211.43 0.4 0.69
Hex 90 AE CF 1E 10 0 13 D3 28 45
Octal 220 256 317 36 20 0 23 323 50 105
Binary 10010000 10101110 11001111 11110 10000 0 10011 11010011 101000 1000101

Color Harmonies of #90AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AECF

Black with #90AECF

Text Example


Text Example

White with #90AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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