#90E7BB

Color #90E7BB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90E7BB

Tints of Vista Blue #90E7BB

Color information

#90E7BB (or 0x90E7BB) is unknown color: approx Vista Blue. HEX triplet: 90, E7 and BB. RGB value is (144,231,187). Sum of RGB (Red+Green+Blue) = 144+231+187=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7BB is #6F1844. Grayscale: #C8C8C8. Windows color (decimal): -7280709 or 12314512. OLE color: 12314512.

HSL color Cylindrical-coordinate representation of color #90E7BB: hue angle of 149.66º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E7BB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB144231187-
CMYK0.3800.190.09
HSL149.66º64.44%73.53%-
HSV(B)149.66º37.66%90.59%-
XYZ49.0566.6757.3-
YUV199.97120.6888.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=25.62%
G=41.10%
B=33.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442311870.3800.190.09149.6664.4473.53
Hex90E7BB26013996404a
Octal2203472734602311226100112
Binary10010000111001111011101110011001001110011001011010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,231,187); }

 H1.HeaderClassName
 {
   color: #90E7BB;
 }
 .AnyTagClassName
 {
   color: #90E7BB;
 }
</style>
background-color css

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

 a { background-color: rgb(144,231,187); }

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

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

 span { border-color: rgb(144,231,187); }

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