Html Css Color HEX #90AFCD Polo Blue

📋 copy color: '#90AFCD'

red 144 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #90AFCD

Tints of Polo Blue #90AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 27.48%
G = 33.4%
B = 39.12%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90AFCD (or 0x90AFCD) is known color: Polo Blue. HEX triplet: 90, AF and CD. RGB value is (144,175,205). Sum of RGB (Red+Green+Blue) = 144+175+205=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #90AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFCD is #6F5032. Grayscale: #A9A9A9. Windows color (decimal): -7295027 or 13479824. OLE color: 13479824.

HSL color Cylindrical-coordinate representation of color #90AFCD: hue angle of 209.51º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AFCD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 175 205 -
CMYK 0.30 0.15 0 0.20
HSL 209.51º 0.38% 0.68% -
HSV(B) 209.51º 0.3% 0.8% -
XYZ 37.85 41 63.68 -
YUV 169.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 144 175 205 0.30 0.15 0 0.20 209.51 0.38 0.68
Hex 90 AF CD 1E F 0 14 D2 26 44
Octal 220 257 315 36 17 0 24 322 46 104
Binary 10010000 10101111 11001101 11110 1111 0 10100 11010010 100110 1000100

Color Harmonies of #90AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFCD

Black with #90AFCD

Text Example


Text Example

White with #90AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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