Html Css Color HEX #90AFC7 Polo Blue

📋 copy color: '#90AFC7'

red 144 ◦ green 175 ◦ blue 199

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

Shades of Polo Blue #90AFC7

Tints of Polo Blue #90AFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 27.8%
G = 33.78%
B = 38.42%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#90AFC7 (or 0x90AFC7) is known color: Polo Blue. HEX triplet: 90, AF and C7. RGB value is (144,175,199). Sum of RGB (Red+Green+Blue) = 144+175+199=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #90AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC7 is #6F5038. Grayscale: #A8A8A8. Windows color (decimal): -7295033 or 13086608. OLE color: 13086608.

HSL color Cylindrical-coordinate representation of color #90AFC7: hue angle of 206.18º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90AFC7 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 175 199 -
CMYK 0.28 0.12 0 0.22
HSL 206.18º 0.33% 0.67% -
HSV(B) 206.18º 0.28% 0.78% -
XYZ 37.14 40.71 59.93 -
YUV 168.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 144 175 199 0.28 0.12 0 0.22 206.18 0.33 0.67
Hex 90 AF C7 1C C 0 16 CE 21 43
Octal 220 257 307 34 14 0 26 316 41 103
Binary 10010000 10101111 11000111 11100 1100 0 10110 11001110 100001 1000011

Color Harmonies of #90AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFC7

Black with #90AFC7

Text Example


Text Example

White with #90AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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