Html Css Color HEX #90AFD4 Polo Blue

📋 copy color: '#90AFD4'

red 144 ◦ green 175 ◦ blue 212

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

Shades of Polo Blue #90AFD4

Tints of Polo Blue #90AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 27.12%
G = 32.96%
B = 39.92%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#90AFD4 (or 0x90AFD4) is known color: Polo Blue. HEX triplet: 90, AF and D4. RGB value is (144,175,212). Sum of RGB (Red+Green+Blue) = 144+175+212=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #90AFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFD4 is #6F502B. Grayscale: #A9A9A9. Windows color (decimal): -7295020 or 13938576. OLE color: 13938576.

HSL color Cylindrical-coordinate representation of color #90AFD4: hue angle of 212.65º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90AFD4 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 175 212 -
CMYK 0.32 0.17 0 0.17
HSL 212.65º 0.44% 0.7% -
HSV(B) 212.65º 0.32% 0.83% -
XYZ 38.72 41.34 68.23 -
YUV 169.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 144 175 212 0.32 0.17 0 0.17 212.65 0.44 0.7
Hex 90 AF D4 20 11 0 11 D5 2C 46
Octal 220 257 324 40 21 0 21 325 54 106
Binary 10010000 10101111 11010100 100000 10001 0 10001 11010101 101100 1000110

Color Harmonies of #90AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFD4

Black with #90AFD4

Text Example


Text Example

White with #90AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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