Html Css Color HEX #90AFC0 Nepal

📋 copy color: '#90AFC0'

red 144 ◦ green 175 ◦ blue 192

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

Shades of Nepal #90AFC0

Tints of Nepal #90AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 28.18%
G = 34.25%
B = 37.57%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90AFC0 (or 0x90AFC0) is known color: Nepal. HEX triplet: 90, AF and C0. RGB value is (144,175,192). Sum of RGB (Red+Green+Blue) = 144+175+192=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #90AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC0 is #6F503F. Grayscale: #A7A7A7. Windows color (decimal): -7295040 or 12627856. OLE color: 12627856.

HSL color Cylindrical-coordinate representation of color #90AFC0: hue angle of 201.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AFC0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 175 192 -
CMYK 0.25 0.09 0 0.25
HSL 201.25º 0.28% 0.66% -
HSV(B) 201.25º 0.25% 0.75% -
XYZ 36.35 40.4 55.75 -
YUV 167.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 144 175 192 0.25 0.09 0 0.25 201.25 0.28 0.66
Hex 90 AF C0 19 9 0 19 C9 1C 42
Octal 220 257 300 31 11 0 31 311 34 102
Binary 10010000 10101111 11000000 11001 1001 0 11001 11001001 11100 1000010

Color Harmonies of #90AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFC0

Black with #90AFC0

Text Example


Text Example

White with #90AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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