Html Css Color HEX #90AFC8 Polo Blue

📋 copy color: '#90AFC8'

red 144 ◦ green 175 ◦ blue 200

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

Shades of Polo Blue #90AFC8

Tints of Polo Blue #90AFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 27.75%
G = 33.72%
B = 38.54%

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

#90AFC8 (or 0x90AFC8) is known color: Polo Blue. HEX triplet: 90, AF and C8. RGB value is (144,175,200). Sum of RGB (Red+Green+Blue) = 144+175+200=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #90AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC8 is #6F5037. Grayscale: #A8A8A8. Windows color (decimal): -7295032 or 13152144. OLE color: 13152144.

HSL color Cylindrical-coordinate representation of color #90AFC8: hue angle of 206.79º degrees, saturation: 0.34, 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 #90AFC8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 175 200 -
CMYK 0.28 0.12 0 0.22
HSL 206.79º 0.34% 0.67% -
HSV(B) 206.79º 0.28% 0.78% -
XYZ 37.26 40.76 60.55 -
YUV 168.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 144 175 200 0.28 0.12 0 0.22 206.79 0.34 0.67
Hex 90 AF C8 1C C 0 16 CF 22 43
Octal 220 257 310 34 14 0 26 317 42 103
Binary 10010000 10101111 11001000 11100 1100 0 10110 11001111 100010 1000011

Color Harmonies of #90AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFC8

Black with #90AFC8

Text Example


Text Example

White with #90AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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