Html Css Color HEX #90AFD6 Polo Blue

📋 copy color: '#90AFD6'

red 144 ◦ green 175 ◦ blue 214

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

Shades of Polo Blue #90AFD6

Tints of Polo Blue #90AFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 27.02%
G = 32.83%
B = 40.15%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#90AFD6 (or 0x90AFD6) is known color: Polo Blue. HEX triplet: 90, AF and D6. RGB value is (144,175,214). Sum of RGB (Red+Green+Blue) = 144+175+214=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #90AFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFD6 is #6F5029. Grayscale: #A9A9A9. Windows color (decimal): -7295018 or 14069648. OLE color: 14069648.

HSL color Cylindrical-coordinate representation of color #90AFD6: hue angle of 213.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AFD6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 175 214 -
CMYK 0.33 0.18 0 0.16
HSL 213.43º 0.46% 0.7% -
HSV(B) 213.43º 0.33% 0.84% -
XYZ 38.97 41.44 69.56 -
YUV 170.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 144 175 214 0.33 0.18 0 0.16 213.43 0.46 0.7
Hex 90 AF D6 21 12 0 10 D5 2E 46
Octal 220 257 326 41 22 0 20 325 56 106
Binary 10010000 10101111 11010110 100001 10010 0 10000 11010101 101110 1000110

Color Harmonies of #90AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFD6

Black with #90AFD6

Text Example


Text Example

White with #90AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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