Html Css Color HEX #90AFD1 Polo Blue

📋 copy color: '#90AFD1'

red 144 ◦ green 175 ◦ blue 209

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

Shades of Polo Blue #90AFD1

Tints of Polo Blue #90AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 27.27%
G = 33.14%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#90AFD1 (or 0x90AFD1) is known color: Polo Blue. HEX triplet: 90, AF and D1. RGB value is (144,175,209). Sum of RGB (Red+Green+Blue) = 144+175+209=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #90AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFD1 is #6F502E. Grayscale: #A9A9A9. Windows color (decimal): -7295023 or 13741968. OLE color: 13741968.

HSL color Cylindrical-coordinate representation of color #90AFD1: hue angle of 211.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90AFD1 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 175 209 -
CMYK 0.31 0.16 0 0.18
HSL 211.38º 0.41% 0.69% -
HSV(B) 211.38º 0.31% 0.82% -
XYZ 38.34 41.19 66.25 -
YUV 169.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 144 175 209 0.31 0.16 0 0.18 211.38 0.41 0.69
Hex 90 AF D1 1F 10 0 12 D3 29 45
Octal 220 257 321 37 20 0 22 323 51 105
Binary 10010000 10101111 11010001 11111 10000 0 10010 11010011 101001 1000101

Color Harmonies of #90AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFD1

Black with #90AFD1

Text Example


Text Example

White with #90AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,175,209); }

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

background-color css

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

 a { background-color: rgb(144,175,209); }

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

border-color css

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

 span { border-color: rgb(144,175,209); }

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