Html Css Color HEX #90AFDC Polo Blue

📋 copy color: '#90AFDC'

red 144 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #90AFDC

Tints of Polo Blue #90AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 26.72%
G = 32.47%
B = 40.82%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90AFDC (or 0x90AFDC) is known color: Polo Blue. HEX triplet: 90, AF and DC. RGB value is (144,175,220). Sum of RGB (Red+Green+Blue) = 144+175+220=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #90AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDC is #6F5023. Grayscale: #AAAAAA. Windows color (decimal): -7295012 or 14462864. OLE color: 14462864.

HSL color Cylindrical-coordinate representation of color #90AFDC: hue angle of 215.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AFDC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 175 220 -
CMYK 0.35 0.20 0 0.14
HSL 215.53º 0.52% 0.71% -
HSV(B) 215.53º 0.35% 0.86% -
XYZ 39.75 41.76 73.67 -
YUV 170.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 144 175 220 0.35 0.20 0 0.14 215.53 0.52 0.71
Hex 90 AF DC 23 14 0 E D8 34 47
Octal 220 257 334 43 24 0 16 330 64 107
Binary 10010000 10101111 11011100 100011 10100 0 1110 11011000 110100 1000111

Color Harmonies of #90AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFDC

Black with #90AFDC

Text Example


Text Example

White with #90AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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