Html Css Color HEX #90DCBB Vista Blue

📋 copy color: '#90DCBB'

red 144 ◦ green 220 ◦ blue 187

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

Shades of Vista Blue #90DCBB

Tints of Vista Blue #90DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 26.13%
G = 39.93%
B = 33.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#90DCBB (or 0x90DCBB) is known color: Vista Blue. HEX triplet: 90, DC and BB. RGB value is (144,220,187). Sum of RGB (Red+Green+Blue) = 144+220+187=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCBB is #6F2344. Grayscale: #C1C1C1. Windows color (decimal): -7283525 or 12311696. OLE color: 12311696.

HSL color Cylindrical-coordinate representation of color #90DCBB: hue angle of 153.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCBB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 220 187 -
CMYK 0.35 0 0.15 0.14
HSL 153.95º 0.52% 0.71% -
HSV(B) 153.95º 0.35% 0.86% -
XYZ 46.06 60.7 56.3 -
YUV 193.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 144 220 187 0.35 0 0.15 0.14 153.95 0.52 0.71
Hex 90 DC BB 23 0 F E 9A 34 47
Octal 220 334 273 43 0 17 16 232 64 107
Binary 10010000 11011100 10111011 100011 0 1111 1110 10011010 110100 1000111

Color Harmonies of #90DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCBB

Black with #90DCBB

Text Example


Text Example

White with #90DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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