Html Css Color HEX #90AFC2 Nepal

📋 copy color: '#90AFC2'

red 144 ◦ green 175 ◦ blue 194

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

Shades of Nepal #90AFC2

Tints of Nepal #90AFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 28.07%
G = 34.11%
B = 37.82%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90AFC2 (or 0x90AFC2) is known color: Nepal. HEX triplet: 90, AF and C2. RGB value is (144,175,194). Sum of RGB (Red+Green+Blue) = 144+175+194=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #90AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFC2 is #6F503D. Grayscale: #A7A7A7. Windows color (decimal): -7295038 or 12758928. OLE color: 12758928.

HSL color Cylindrical-coordinate representation of color #90AFC2: hue angle of 202.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90AFC2 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 175 194 -
CMYK 0.26 0.10 0 0.24
HSL 202.8º 0.29% 0.66% -
HSV(B) 202.8º 0.26% 0.76% -
XYZ 36.57 40.48 56.93 -
YUV 167.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 144 175 194 0.26 0.10 0 0.24 202.8 0.29 0.66
Hex 90 AF C2 1A A 0 18 CB 1D 42
Octal 220 257 302 32 12 0 30 313 35 102
Binary 10010000 10101111 11000010 11010 1010 0 11000 11001011 11101 1000010

Color Harmonies of #90AFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFC2

Black with #90AFC2

Text Example


Text Example

White with #90AFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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