Html Css Color HEX #90AFCA Polo Blue

📋 copy color: '#90AFCA'

red 144 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #90AFCA

Tints of Polo Blue #90AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 27.64%
G = 33.59%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90AFCA (or 0x90AFCA) is known color: Polo Blue. HEX triplet: 90, AF and CA. RGB value is (144,175,202). Sum of RGB (Red+Green+Blue) = 144+175+202=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #90AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFCA is #6F5035. Grayscale: #A8A8A8. Windows color (decimal): -7295030 or 13283216. OLE color: 13283216.

HSL color Cylindrical-coordinate representation of color #90AFCA: hue angle of 207.93º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90AFCA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 175 202 -
CMYK 0.29 0.13 0 0.21
HSL 207.93º 0.35% 0.68% -
HSV(B) 207.93º 0.29% 0.79% -
XYZ 37.49 40.85 61.79 -
YUV 168.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 144 175 202 0.29 0.13 0 0.21 207.93 0.35 0.68
Hex 90 AF CA 1D D 0 15 D0 23 44
Octal 220 257 312 35 15 0 25 320 43 104
Binary 10010000 10101111 11001010 11101 1101 0 10101 11010000 100011 1000100

Color Harmonies of #90AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFCA

Black with #90AFCA

Text Example


Text Example

White with #90AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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