Html Css Color HEX #90DCBC Vista Blue

📋 copy color: '#90DCBC'

red 144 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #90DCBC

Tints of Vista Blue #90DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 26.09%
G = 39.86%
B = 34.06%

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

#90DCBC (or 0x90DCBC) is known color: Vista Blue. HEX triplet: 90, DC and BC. RGB value is (144,220,188). Sum of RGB (Red+Green+Blue) = 144+220+188=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCBC is #6F2343. Grayscale: #C1C1C1. Windows color (decimal): -7283524 or 12377232. OLE color: 12377232.

HSL color Cylindrical-coordinate representation of color #90DCBC: hue angle of 154.74º 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 #90DCBC is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 220 188 -
CMYK 0.35 0 0.15 0.14
HSL 154.74º 0.52% 0.71% -
HSV(B) 154.74º 0.35% 0.86% -
XYZ 46.17 60.75 56.87 -
YUV 193.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 144 220 188 0.35 0 0.15 0.14 154.74 0.52 0.71
Hex 90 DC BC 23 0 F E 9B 34 47
Octal 220 334 274 43 0 17 16 233 64 107
Binary 10010000 11011100 10111100 100011 0 1111 1110 10011011 110100 1000111

Color Harmonies of #90DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCBC

Black with #90DCBC

Text Example


Text Example

White with #90DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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