Html Css Color HEX #90F1B0 Vista Blue

📋 copy color: '#90F1B0'

red 144 ◦ green 241 ◦ blue 176

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

Shades of Vista Blue #90F1B0

Tints of Vista Blue #90F1B0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 25.67%
G = 42.96%
B = 31.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#90F1B0 (or 0x90F1B0) is known color: Vista Blue. HEX triplet: 90, F1 and B0. RGB value is (144,241,176). Sum of RGB (Red+Green+Blue) = 144+241+176=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F1B0 is #6F0E4F. Grayscale: #CCCCCC. Windows color (decimal): -7278160 or 11596176. OLE color: 11596176.

HSL color Cylindrical-coordinate representation of color #90F1B0: hue angle of 139.79º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1B0 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 241 176 -
CMYK 0.40 0 0.27 0.05
HSL 139.79º 0.78% 0.75% -
HSV(B) 139.79º 0.4% 0.95% -
XYZ 50.79 71.97 52.29 -
YUV 204.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 144 241 176 0.40 0 0.27 0.05 139.79 0.78 0.75
Hex 90 F1 B0 28 0 1B 5 8C 4E 4B
Octal 220 361 260 50 0 33 5 214 116 113
Binary 10010000 11110001 10110000 101000 0 11011 101 10001100 1001110 1001011

Color Harmonies of #90F1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F1B0

Black with #90F1B0

Text Example


Text Example

White with #90F1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,241,176); }

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

background-color css

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

 a { background-color: rgb(144,241,176); }

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

border-color css

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

 span { border-color: rgb(144,241,176); }

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